diff options
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index 8f6373b0cd77..717be4de5324 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c | |||
@@ -523,6 +523,7 @@ struct sock *tcp_create_openreq_child(const struct sock *sk, | |||
523 | newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; | 523 | newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; |
524 | newtp->rx_opt.mss_clamp = req->mss; | 524 | newtp->rx_opt.mss_clamp = req->mss; |
525 | tcp_ecn_openreq_child(newtp, req); | 525 | tcp_ecn_openreq_child(newtp, req); |
526 | newtp->fastopen_req = NULL; | ||
526 | newtp->fastopen_rsk = NULL; | 527 | newtp->fastopen_rsk = NULL; |
527 | newtp->syn_data_acked = 0; | 528 | newtp->syn_data_acked = 0; |
528 | newtp->rack.mstamp.v64 = 0; | 529 | newtp->rack.mstamp.v64 = 0; |