aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index ecee4ddb24c5..28ca4e177047 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1893,6 +1893,7 @@ void tcp_v4_destroy_sock(struct sock *sk)
1893 1893
1894 /* If socket is aborted during connect operation */ 1894 /* If socket is aborted during connect operation */
1895 tcp_free_fastopen_req(tp); 1895 tcp_free_fastopen_req(tp);
1896 tcp_fastopen_destroy_cipher(sk);
1896 tcp_saved_syn_free(tp); 1897 tcp_saved_syn_free(tp);
1897 1898
1898 sk_sockets_allocated_dec(sk); 1899 sk_sockets_allocated_dec(sk);