diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 1ed230716d5..54139fa514e 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -1767,10 +1767,8 @@ exit:  	NET_INC_STATS_BH(sock_net(sk), LINUX_MIB_LISTENDROPS);  	return NULL;  put_and_exit: -	tcp_clear_xmit_timers(newsk); -	tcp_cleanup_congestion_control(newsk); -	bh_unlock_sock(newsk); -	sock_put(newsk); +	inet_csk_prepare_forced_close(newsk); +	tcp_done(newsk);  	goto exit;  }  EXPORT_SYMBOL(tcp_v4_syn_recv_sock);  |