Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dinet_timewait_sock.c140 inet_twsk_add_bind2_node(tw, &tw->tw_tb2->deathrow); in inet_twsk_hashdance()
Dinet_hashtables.c120 INIT_HLIST_HEAD(&tb->deathrow); in inet_bind2_bucket_init()
142 if (hlist_empty(&tb->owners) && hlist_empty(&tb->deathrow)) { in inet_bind2_bucket_destroy()
Dinet_connection_sock.c223 twsk_for_each_bound_bhash2(tw2, &tb2->deathrow) { in inet_bhash2_conflict()
/Linux-v6.6/include/net/
Dinet_hashtables.h114 struct hlist_head deathrow; member