Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c170 struct udp_hslot *hslot2, in udp_lib_lport_inuse2() argument
177 spin_lock(&hslot2->lock); in udp_lib_lport_inuse2()
178 udp_portaddr_for_each_entry(sk2, &hslot2->head) { in udp_lib_lport_inuse2()
196 spin_unlock(&hslot2->lock); in udp_lib_lport_inuse2()
234 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port() local
291 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
292 if (hslot->count < hslot2->count) in udp_lib_get_port()
295 exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); in udp_lib_get_port()
297 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); in udp_lib_get_port()
298 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port()
[all …]