commit | c51db4ac10d57c366f9a92121e3889bfc6c324cd | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Apr 19 07:19:42 2024 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 22 11:53:51 2024 +0100 |
tree | 730cc0830e0b5bc12943e7a516f1713795491d1f | |
parent | 6a57f091622a1251c2826f7380577049199b80ea [diff] |
tcp: do not export tcp_twsk_purge() After commit 1eeb50435739 ("tcp/dccp: do not care about families in inet_twsk_purge()") tcp_twsk_purge() is no longer potentially called from a module. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>