mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 02:25:00 -05:00
tcp/dccp: tw_timer_handler() is static
tw_timer_handler() is only used from net/ipv4/inet_timewait_sock.c
Fixes: 789f558cfb
("tcp/dccp: get rid of central timewait timer")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dd58c6359b
commit
216f8bb9f6
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void __inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk,
|
|||
}
|
||||
EXPORT_SYMBOL_GPL(__inet_twsk_hashdance);
|
||||
|
||||
void tw_timer_handler(unsigned long data)
|
||||
static void tw_timer_handler(unsigned long data)
|
||||
{
|
||||
struct inet_timewait_sock *tw = (struct inet_timewait_sock *)data;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue