Searched refs:inet_twsk_purge (Results 1 – 5 of 5) sorted by relevance
281 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family) in inet_twsk_purge() function339 EXPORT_SYMBOL_GPL(inet_twsk_purge);
375 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo, family); in tcp_twsk_purge()381 inet_twsk_purge(&tcp_hashinfo, family); in tcp_twsk_purge()
117 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
1042 inet_twsk_purge(&dccp_hashinfo, AF_INET); in dccp_v4_exit_batch()
1122 inet_twsk_purge(&dccp_hashinfo, AF_INET6); in dccp_v6_exit_batch()
Completed in 9 milliseconds