Searched refs:nulls_head (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 63 struct hlist_nulls_head nulls_head; member 165 INIT_HLIST_NULLS_HEAD(&table->hash4[i].nulls_head, i); in udp_table_hash4_init()
|
| H A D | inet_hashtables.h | 141 struct hlist_nulls_head nulls_head; member
|
| /linux/net/ipv4/ |
| H A D | tcp_diag.c | 342 if (hlist_nulls_empty(&ilb->nulls_head)) { in tcp_diag_dump() 347 sk_nulls_for_each(sk, node, &ilb->nulls_head) { in tcp_diag_dump()
|
| H A D | udp.c | 555 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp4_lib_lookup4() 589 &nhslot4->nulls_head); in udp_rehash4() 638 &hslot4->nulls_head); in udp_lib_hash4()
|
| H A D | tcp_ipv4.c | 2491 if (hlist_nulls_empty(&ilb2->nulls_head)) 2495 sk_nulls_for_each(sk, node, &ilb2->nulls_head) {
|
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 196 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet6_lhash2_lookup()
|
| H A D | udp.c | 308 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp6_lib_lookup4()
|