Searched refs:hslot (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwsignal.c | 628 u32 hslot; in brcmf_fws_psq_flush() local 635 hslot = brcmf_skb_htod_tag_get_field(skb, HSLOT); in brcmf_fws_psq_flush() 636 hi = &fws->hanger.items[hslot]; in brcmf_fws_psq_flush() 639 brcmf_fws_hanger_poppkt(&fws->hanger, hslot, &skb, in brcmf_fws_psq_flush() 814 u32 hslot; in brcmf_fws_bus_txq_cleanup() local 825 hslot = brcmf_skb_htod_tag_get_field(skb, HSLOT); in brcmf_fws_bus_txq_cleanup() 826 hi = &fws->hanger.items[hslot]; in brcmf_fws_bus_txq_cleanup() 1399 u32 hslot; in brcmf_fws_txstatus_suppressed() local 1402 hslot = brcmf_skb_htod_tag_get_field(skb, HSLOT); in brcmf_fws_txstatus_suppressed() 1426 brcmf_fws_hanger_poppkt(&fws->hanger, hslot, &skb, true); in brcmf_fws_txstatus_suppressed() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | udp_diag.c | 105 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump() local 110 if (hlist_empty(&hslot->head)) in udp_dump() 113 spin_lock_bh(&hslot->lock); in udp_dump() 114 sk_for_each(sk, &hslot->head) { in udp_dump() 134 spin_unlock_bh(&hslot->lock); in udp_dump() 140 spin_unlock_bh(&hslot->lock); in udp_dump()
|
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 …]
|
H A D | ping.c | 169 struct hlist_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup() local 190 sk_for_each_rcu(sk, hslot) { in ping_lookup() 1034 struct hlist_head *hslot; in ping_get_first() local 1036 hslot = &ping_table.hash[state->bucket]; in ping_get_first() 1038 if (hlist_empty(hslot)) in ping_get_first() 1041 sk_for_each(sk, hslot) { in ping_get_first()
|
/openbmc/linux/net/ipv6/ |
H A D | udp.c | 852 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() local 854 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() 865 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver() 869 sk_for_each_entry_offset_rcu(sk, node, &hslot->head, offset) { in __udp6_lib_mcast_deliver()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 2363 struct hlist_nulls_head *hslot = &nf_conntrack_hash[*bucket]; in get_next_corpse() local 2365 if (hlist_nulls_empty(hslot)) in get_next_corpse() 2371 hlist_nulls_for_each_entry(h, n, hslot, hnnode) { in get_next_corpse()
|