Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c140 inet_twsk_add_bind2_node(tw, &tw->tw_tb2->deathrow); in inet_twsk_hashdance()
H A 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()
H A Dinet_connection_sock.c223 twsk_for_each_bound_bhash2(tw2, &tb2->deathrow) { in inet_bhash2_conflict()
/openbmc/linux/include/net/
H A Dinet_hashtables.h114 struct hlist_head deathrow; member