]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_discon...
authorEric Dumazet <edumazet@google.com>
Thu, 17 Jan 2019 19:23:39 +0000 (11:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jan 2019 06:19:05 +0000 (22:19 -0800)
commit5c701549c9a653a4335dbb2aecb4935de442b87d
tree79853fe73968b8f47942df6abdae610424f1e127
parent5d836764620dfa3f243bdf5a678db300341195ef
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()

If we make sure all listeners have these fields cleared, then a clone
will also inherit zero values.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c
net/ipv4/tcp_minisocks.c