Searched defs:hslot (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | udp.c | 143 const struct udp_hslot *hslot, in udp_lib_lport_inuse() 209 static int udp_reuseport_add_sock(struct sock *sk, struct udp_hslot *hslot) in udp_reuseport_add_sock() 243 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() local 471 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp4_lib_lookup() local 1790 struct udp_hslot *hslot, *hslot2; in udp_lib_unhash() local 1821 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local 2039 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver() local 2261 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup() local 2680 struct udp_hslot *hslot = &afinfo->udp_table->hash[state->bucket]; in udp_get_first() local
|
D | udp_diag.c | 109 struct udp_hslot *hslot = &table->hash[slot]; in udp_dump() local
|
D | ping.c | 176 struct hlist_nulls_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup() local 1025 struct hlist_nulls_head *hslot; in ping_get_first() local
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 838 u32 hslot; in brcmf_fws_bus_txq_cleanup() local 1416 u32 hslot; in brcmf_fws_txstatus_suppressed() local 1453 brcmf_fws_txs_process(struct brcmf_fws_info *fws, u8 flags, u32 hslot, in brcmf_fws_txs_process() 1551 u32 hslot; in brcmf_fws_txstatus_indicate() local 1975 int qidx, hslot; in brcmf_fws_rollback_toq() local 2077 int rc, hslot; in brcmf_fws_assign_htod() local 2182 u32 hslot; in brcmf_fws_dequeue_worker() local 2450 u32 hslot; in brcmf_fws_bustxfail() local
|
/Linux-v4.19/net/ipv6/ |
D | udp.c | 206 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup() local 686 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver() local
|