Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dudp.c175 spin_lock(&hslot2->lock); in udp_lib_lport_inuse2()
194 spin_unlock(&hslot2->lock); in udp_lib_lport_inuse2()
324 spin_lock(&hslot2->lock); in udp_lib_get_port()
328 &hslot2->head); in udp_lib_get_port()
331 &hslot2->head); in udp_lib_get_port()
332 hslot2->count++; in udp_lib_get_port()
490 struct udp_hslot *hslot2; in __udp4_lib_lookup() local
500 hslot2, skb); in __udp4_lib_lookup()
525 hslot2, skb); in __udp4_lib_lookup()
2023 hslot2->count--; in udp_lib_unhash()
[all …]
/linux/net/ipv6/
A Dudp.c168 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument
176 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in udp6_lib_lookup2()
227 struct udp_hslot *hslot2; in __udp6_lib_lookup() local
232 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
237 hslot2, skb); in __udp6_lib_lookup()
258 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
262 hslot2, skb); in __udp6_lib_lookup()
1032 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup() local
1036 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in __udp6_lib_demux_lookup()

Completed in 24 milliseconds