Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dinet_timewait_sock.c259 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family) in inet_twsk_purge() function
304 EXPORT_SYMBOL_GPL(inet_twsk_purge);
Dtcp_ipv4.c3176 inet_twsk_purge(&tcp_hashinfo, AF_INET); in tcp_sk_exit_batch()
/linux-5.19.10/include/net/
Dinet_timewait_sock.h112 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
/linux-5.19.10/net/dccp/
Dipv4.c1034 inet_twsk_purge(&dccp_hashinfo, AF_INET); in dccp_v4_exit_batch()
Dipv6.c1120 inet_twsk_purge(&dccp_hashinfo, AF_INET6); in dccp_v6_exit_batch()
/linux-5.19.10/net/ipv6/
Dtcp_ipv6.c2207 inet_twsk_purge(&tcp_hashinfo, AF_INET6); in tcpv6_net_exit_batch()