Home
last modified time | relevance | path

Searched refs:inet_twsk_purge (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/ipv4/
Dinet_timewait_sock.c481 void inet_twsk_purge(struct inet_hashinfo *hashinfo, in inet_twsk_purge() function
525 EXPORT_SYMBOL_GPL(inet_twsk_purge);
Dtcp_ipv4.c2670 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET); in tcp_sk_exit_batch()
/linux-3.4.99/include/net/
Dinet_timewait_sock.h215 extern void inet_twsk_purge(struct inet_hashinfo *hashinfo,
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c2170 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET6); in tcpv6_net_exit_batch()