Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dinet_timewait_sock.c259 void inet_twsk_purge(struct inet_hashinfo *hashinfo, in inet_twsk_purge() function
305 EXPORT_SYMBOL_GPL(inet_twsk_purge);
Dtcp_ipv4.c2398 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET); in tcp_sk_exit_batch()
/linux-4.4.14/include/net/
Dinet_timewait_sock.h128 void inet_twsk_purge(struct inet_hashinfo *hashinfo,
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1928 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET6); in tcpv6_net_exit_batch()