Home
last modified time | relevance | path

Searched refs:hslot2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dudp.c183 spin_lock(&hslot2->lock); in udp_lib_lport_inuse2()
202 spin_unlock(&hslot2->lock); in udp_lib_lport_inuse2()
332 spin_lock(&hslot2->lock); in udp_lib_get_port()
336 &hslot2->head); in udp_lib_get_port()
339 &hslot2->head); in udp_lib_get_port()
340 hslot2->count++; in udp_lib_get_port()
498 struct udp_hslot *hslot2; in __udp4_lib_lookup() local
508 hslot2, skb); in __udp4_lib_lookup()
533 hslot2, skb); in __udp4_lib_lookup()
2025 hslot2->count--; in udp_lib_unhash()
[all …]
/linux-6.3-rc2/net/ipv6/
A Dudp.c184 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument
192 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in udp6_lib_lookup2()
243 struct udp_hslot *hslot2; in __udp6_lib_lookup() local
248 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
253 hslot2, skb); in __udp6_lib_lookup()
274 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
278 hslot2, skb); in __udp6_lib_lookup()
1071 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup() local
1077 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()
1080 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in __udp6_lib_demux_lookup()

Completed in 13 milliseconds