commit | 6bcdc40dddfe79408e809ec1e2c13f08c863c0b2 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jan 17 11:23:42 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 22:19:05 2019 -0800 |
tree | e432d56cc0b4e01edc9e755e231143a6afea0613 | |
parent | 792c4354a508c42c69f4771287cb99dde4ab79be [diff] |
tcp: move rx_opt & syn_data_acked 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>