Loading net/decnet/af_decnet.c +3 −0 Original line number Diff line number Diff line Loading @@ -630,10 +630,12 @@ static void dn_destroy_sock(struct sock *sk) goto disc_reject; case DN_RUN: scp->state = DN_DI; /* fall through */ case DN_DI: case DN_DR: disc_reject: dn_nsp_send_disc(sk, NSP_DISCINIT, 0, sk->sk_allocation); /* fall through */ case DN_NC: case DN_NR: case DN_RJ: Loading @@ -647,6 +649,7 @@ static void dn_destroy_sock(struct sock *sk) break; default: printk(KERN_DEBUG "DECnet: dn_destroy_sock passed socket in invalid state\n"); /* fall through */ case DN_O: dn_stop_slow_timer(sk); Loading Loading
net/decnet/af_decnet.c +3 −0 Original line number Diff line number Diff line Loading @@ -630,10 +630,12 @@ static void dn_destroy_sock(struct sock *sk) goto disc_reject; case DN_RUN: scp->state = DN_DI; /* fall through */ case DN_DI: case DN_DR: disc_reject: dn_nsp_send_disc(sk, NSP_DISCINIT, 0, sk->sk_allocation); /* fall through */ case DN_NC: case DN_NR: case DN_RJ: Loading @@ -647,6 +649,7 @@ static void dn_destroy_sock(struct sock *sk) break; default: printk(KERN_DEBUG "DECnet: dn_destroy_sock passed socket in invalid state\n"); /* fall through */ case DN_O: dn_stop_slow_timer(sk); Loading