aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_minisocks.c')
-rw-r--r--net/ipv4/tcp_minisocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c
index bb140a5db8c0..5401dbd39c8f 100644
--- a/net/ipv4/tcp_minisocks.c
+++ b/net/ipv4/tcp_minisocks.c
@@ -541,7 +541,7 @@ struct sock *tcp_create_openreq_child(const struct sock *sk,
541 newtp->rx_opt.mss_clamp = req->mss; 541 newtp->rx_opt.mss_clamp = req->mss;
542 tcp_ecn_openreq_child(newtp, req); 542 tcp_ecn_openreq_child(newtp, req);
543 newtp->fastopen_req = NULL; 543 newtp->fastopen_req = NULL;
544 newtp->fastopen_rsk = NULL; 544 RCU_INIT_POINTER(newtp->fastopen_rsk, NULL);
545 545
546 __TCP_INC_STATS(sock_net(sk), TCP_MIB_PASSIVEOPENS); 546 __TCP_INC_STATS(sock_net(sk), TCP_MIB_PASSIVEOPENS);
547 547