Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dinet_timewait_sock.c285 void inet_twsk_purge(struct inet_hashinfo *hashinfo, in inet_twsk_purge() function
332 EXPORT_SYMBOL_GPL(inet_twsk_purge);
Dtcp_ipv4.c2430 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET); in tcp_sk_exit_batch()
/linux-4.1.27/include/net/
Dinet_timewait_sock.h130 void inet_twsk_purge(struct inet_hashinfo *hashinfo,
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1908 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET6); in tcpv6_net_exit_batch()