Eric Dumazet d507204d3c tcp/dccp: add tw->tw_bslot
We want to allow inet_twsk_kill() working even if netns
has been dismantled/freed, to get rid of inet_twsk_purge().

This patch adds tw->tw_bslot to cache the bind bucket slot
so that inet_twsk_kill() no longer needs to dereference twsk_net(tw)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-01-25 11:25:21 +00:00
..
2022-01-12 11:27:57 -08:00
2022-01-16 15:53:00 +02:00
2022-01-16 16:15:14 +02:00
2022-01-25 11:25:21 +00:00
2022-01-14 14:37:34 +01:00
2022-01-10 19:06:09 -08:00
2022-01-10 14:33:42 +01:00
2022-01-12 16:42:00 -08:00