diff options
author | Eric Dumazet <edumazet@google.com> | 2022-01-24 12:24:53 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-01-25 11:25:21 +0000 |
commit | 27dd35e02235902933626469a1c9198612d72564 (patch) | |
tree | eb4ce5c37562915bc8032b5477fa1d52b38701ec /net/ipv6/tcp_ipv6.c | |
parent | d507204d3c5cc57d9a8bdf0a477615bb59ea1611 (diff) | |
download | linux-27dd35e02235902933626469a1c9198612d72564.tar.gz |
tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()
We will soon get rid of inet_twsk_purge().
This means that tw_timer_handler() might fire after
a netns has been dismantled/freed.
Instead of adding a function (and data structure) to find a netns
from tw->tw_net_cookie, just update the SNMP counters
a bit earlier, when the netns is known to be alive.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions