Searched refs:hslot2 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp.c | 170 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 289 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 290 if (hslot->count < hslot2->count) in udp_lib_get_port() 293 exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); in udp_lib_get_port() 295 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); in udp_lib_get_port() 296 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | udp.c | 167 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument 175 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in udp6_lib_lookup2() 226 struct udp_hslot *hslot2; in __udp6_lib_lookup() local 231 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 236 hslot2, skb); in __udp6_lib_lookup() 257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 261 hslot2, skb); in __udp6_lib_lookup() 1016 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup() local 1020 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in __udp6_lib_demux_lookup()
|