tcp: get rid of twsk_unique()
DCCP is going away soon, and had no twsk_unique() method. We can directly call tcp_twsk_unique() for TCP sockets. Signed-off-by:Eric Dumazet <edumazet@google.com> Reviewed-by:
Kuniyuki Iwashima <kuniyu@amazon.com> Link: https://lore.kernel.org/r/20240507164140.940547-1-edumazet@google.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
Showing
- include/net/timewait_sock.h 0 additions, 9 deletionsinclude/net/timewait_sock.h
- net/ipv4/inet_hashtables.c 2 additions, 1 deletionnet/ipv4/inet_hashtables.c
- net/ipv4/tcp_ipv4.c 0 additions, 1 deletionnet/ipv4/tcp_ipv4.c
- net/ipv6/inet6_hashtables.c 3 additions, 1 deletionnet/ipv6/inet6_hashtables.c
- net/ipv6/tcp_ipv6.c 0 additions, 1 deletionnet/ipv6/tcp_ipv6.c
Loading
Please register or sign in to comment