Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dinet_timewait_sock.c284 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family) in inet_twsk_purge() function
342 EXPORT_SYMBOL_GPL(inet_twsk_purge);
Dtcp_minisocks.c358 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo, family); in tcp_twsk_purge()
364 inet_twsk_purge(&tcp_hashinfo, family); in tcp_twsk_purge()
/linux-6.1.9/include/net/
Dinet_timewait_sock.h117 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
/linux-6.1.9/net/dccp/
Dipv4.c1042 inet_twsk_purge(&dccp_hashinfo, AF_INET); in dccp_v4_exit_batch()
Dipv6.c1124 inet_twsk_purge(&dccp_hashinfo, AF_INET6); in dccp_v6_exit_batch()