Searched refs:hslot (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | udp.c | 142 const struct udp_hslot *hslot, in udp_lib_lport_inuse() argument 149 sk_for_each(sk2, &hslot->head) { in udp_lib_lport_inuse() 208 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() argument 214 sk_for_each(sk2, &hslot->head) { in udp_reuseport_add_sock() 243 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() local 264 hslot = udp_hashslot(udptable, net, first); in udp_lib_get_port() 266 spin_lock_bh(&hslot->lock); in udp_lib_get_port() 267 udp_lib_lport_inuse(net, snum, hslot, bitmap, sk, in udp_lib_get_port() 283 spin_unlock_bh(&hslot->lock); in udp_lib_get_port() 288 hslot = udp_hashslot(udptable, net, snum); in udp_lib_get_port() [all …]
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 310 unsigned long hash, hslot, slot; in kernel_unmap_linear_page() local 320 hslot = slots[idx] & 0x7f; in kernel_unmap_linear_page() 323 if (hslot & _PTEIDX_SECONDARY) in kernel_unmap_linear_page() 326 slot += hslot & _PTEIDX_GROUP_IX; in kernel_unmap_linear_page()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 2318 struct hlist_nulls_head *hslot = &nf_conntrack_hash[*bucket]; in get_next_corpse() local 2320 if (hlist_nulls_empty(hslot)) in get_next_corpse() 2326 hlist_nulls_for_each_entry(h, n, hslot, hnnode) { in get_next_corpse()
|