Home
last modified time | relevance | path

Searched refs:hslot (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dudp_diag.c105 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()
A Dudp.c147 sk_for_each(sk2, &hslot->head) { in udp_lib_lport_inuse()
264 spin_lock_bh(&hslot->lock); in udp_lib_get_port()
287 spin_lock_bh(&hslot->lock); in udp_lib_get_port()
288 if (hslot->count > 10) { in udp_lib_get_port()
328 hslot->count++; in udp_lib_get_port()
346 spin_unlock_bh(&hslot->lock); in udp_lib_get_port()
2015 spin_lock_bh(&hslot->lock); in udp_lib_unhash()
2019 hslot->count--; in udp_lib_unhash()
2531 struct udp_hslot *hslot; in __udp4_lib_mcast_demux_lookup() local
2538 if (hslot->count > 10) in __udp4_lib_mcast_demux_lookup()
[all …]
A Dping.c178 struct hlist_nulls_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup() local
200 ping_portaddr_for_each_entry_rcu(sk, hnode, hslot) { in ping_lookup()
1049 struct hlist_nulls_head *hslot; in ping_get_first() local
1051 hslot = &ping_table.hash[state->bucket]; in ping_get_first()
1053 if (hlist_nulls_empty(hslot)) in ping_get_first()
1056 sk_nulls_for_each(sk, node, hslot) { in ping_get_first()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dfwsignal.c628 u32 hslot; in brcmf_fws_psq_flush() local
814 u32 hslot; in brcmf_fws_bus_txq_cleanup() local
1399 u32 hslot; in brcmf_fws_txstatus_suppressed() local
1475 hslot); in brcmf_fws_txs_process()
1514 hslot = (hslot + 1) & (BRCMF_FWS_TXSTAT_HSLOT_MASK >> in brcmf_fws_txs_process()
1552 u32 hslot; in brcmf_fws_txstatus_indicate() local
1991 int qidx, hslot; in brcmf_fws_rollback_toq() local
2014 hslot, 0, 0, 1); in brcmf_fws_rollback_toq()
2097 int rc, hslot; in brcmf_fws_assign_htod() local
2206 u32 hslot; in brcmf_fws_dequeue_worker() local
[all …]
/linux-6.3-rc2/net/ipv6/
A Dudp.c853 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() local
855 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver()
866 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
870 sk_for_each_entry_offset_rcu(sk, node, &hslot->head, offset) { in __udp6_lib_mcast_deliver()
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_core.c2367 struct hlist_nulls_head *hslot = &nf_conntrack_hash[*bucket]; in get_next_corpse() local
2369 if (hlist_nulls_empty(hslot)) in get_next_corpse()
2375 hlist_nulls_for_each_entry(h, n, hslot, hnnode) { in get_next_corpse()

Completed in 31 milliseconds