commit | 383eed2de529287337d9153a5084d4291a7c69f2 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue May 07 16:41:40 2024 +0000 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu May 09 20:25:55 2024 -0700 |
tree | c9777ab7de71b12a64be8e9c4ec188314b4b0d65 | |
parent | 33fb988b67050d9bb512f77f08453fa00088943c [diff] |
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>