Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c282 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family) in inet_twsk_purge() function
336 EXPORT_SYMBOL_GPL(inet_twsk_purge);
H A Dtcp_minisocks.c374 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo, family); in tcp_twsk_purge()
376 inet_twsk_purge(&tcp_hashinfo, family); in tcp_twsk_purge()
/openbmc/linux/include/net/
H A Dinet_timewait_sock.h117 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
/openbmc/linux/net/dccp/
H A Dipv4.c1042 inet_twsk_purge(&dccp_hashinfo, AF_INET); in dccp_v4_exit_batch()
H A Dipv6.c1124 inet_twsk_purge(&dccp_hashinfo, AF_INET6); in dccp_v6_exit_batch()