]> www.infradead.org Git - users/dwmw2/linux.git/commit
tcp: Unlink sk from bhash.
authorKuniyuki Iwashima <kuniyu@amazon.com>
Tue, 19 Dec 2023 00:18:31 +0000 (09:18 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Dec 2023 22:15:35 +0000 (22:15 +0000)
commitb2cb9f9ef240b4afaa1838b74fad077f17682f61
tree7e0ee9a5359dd511850c213c50031a24e35c119e
parent8002d44fe84dd7b98812aadcbc1bd897e270355c
tcp: Unlink sk from bhash.

Now we do not use tb->owners and can unlink sockets from bhash.

sk_bind_node/tw_bind_node are available for bhash2 and will be
used in the following patch.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c
net/ipv4/inet_timewait_sock.c