aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 3f99ad92eaed..551ad8604bea 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2605,6 +2605,10 @@ int tcp_disconnect(struct sock *sk, int flags)
2605 tp->duplicate_sack[0].end_seq = 0; 2605 tp->duplicate_sack[0].end_seq = 0;
2606 tp->dsack_dups = 0; 2606 tp->dsack_dups = 0;
2607 tp->reord_seen = 0; 2607 tp->reord_seen = 0;
2608 tp->retrans_out = 0;
2609 tp->sacked_out = 0;
2610 tp->tlp_high_seq = 0;
2611 tp->last_oow_ack_time = 0;
2608 2612
2609 /* Clean up fastopen related fields */ 2613 /* Clean up fastopen related fields */
2610 tcp_free_fastopen_req(tp); 2614 tcp_free_fastopen_req(tp);