commit | 792c4354a508c42c69f4771287cb99dde4ab79be | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jan 17 11:23:41 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 22:19:05 2019 -0800 |
tree | a5b9535a0d41101c8eacfe58ef2012636a52451d | |
parent | 6cda8b7493ac323c3b58a9a897abc0e6432d5a1d [diff] |
tcp: move tp->rack init to tcp_disconnect() If we make sure all listeners have proper tp->rack value, then a clone will also inherit proper initial value. Note that fresh sockets init tp->rack from tcp_init_sock() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>