Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dinet_timewait_sock.c312 void inet_twsk_purge(struct inet_hashinfo *hashinfo) in inet_twsk_purge() function
368 EXPORT_SYMBOL_GPL(inet_twsk_purge);
Dtcp_minisocks.c402 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo); in tcp_twsk_purge()
404 inet_twsk_purge(&tcp_hashinfo); in tcp_twsk_purge()
/linux-6.12.1/include/net/
Dinet_timewait_sock.h111 void inet_twsk_purge(struct inet_hashinfo *hashinfo);
/linux-6.12.1/net/dccp/
Dipv4.c1047 inet_twsk_purge(&dccp_hashinfo); in dccp_v4_exit_batch()