hslot2 165 net/ipv4/udp.c struct udp_hslot *hslot2, hslot2 172 net/ipv4/udp.c spin_lock(&hslot2->lock); hslot2 173 net/ipv4/udp.c udp_portaddr_for_each_entry(sk2, &hslot2->head) { hslot2 191 net/ipv4/udp.c spin_unlock(&hslot2->lock); hslot2 229 net/ipv4/udp.c struct udp_hslot *hslot, *hslot2; hslot2 284 net/ipv4/udp.c hslot2 = udp_hashslot2(udptable, slot2); hslot2 285 net/ipv4/udp.c if (hslot->count < hslot2->count) hslot2 288 net/ipv4/udp.c exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); hslot2 290 net/ipv4/udp.c hslot2 = udp_hashslot2(udptable, hash2_nulladdr); hslot2 291 net/ipv4/udp.c exist = udp_lib_lport_inuse2(net, snum, hslot2, hslot2 320 net/ipv4/udp.c hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); hslot2 321 net/ipv4/udp.c spin_lock(&hslot2->lock); hslot2 325 net/ipv4/udp.c &hslot2->head); hslot2 328 net/ipv4/udp.c &hslot2->head); hslot2 329 net/ipv4/udp.c hslot2->count++; hslot2 330 net/ipv4/udp.c spin_unlock(&hslot2->lock); hslot2 413 net/ipv4/udp.c struct udp_hslot *hslot2, hslot2 422 net/ipv4/udp.c udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { hslot2 452 net/ipv4/udp.c struct udp_hslot *hslot2; hslot2 456 net/ipv4/udp.c hslot2 = &udptable->hash2[slot2]; hslot2 460 net/ipv4/udp.c hslot2, skb); hslot2 464 net/ipv4/udp.c hslot2 = &udptable->hash2[slot2]; hslot2 468 net/ipv4/udp.c hslot2, skb); hslot2 1888 net/ipv4/udp.c struct udp_hslot *hslot, *hslot2; hslot2 1892 net/ipv4/udp.c hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); hslot2 1902 net/ipv4/udp.c spin_lock(&hslot2->lock); hslot2 1904 net/ipv4/udp.c hslot2->count--; hslot2 1905 net/ipv4/udp.c spin_unlock(&hslot2->lock); hslot2 1919 net/ipv4/udp.c struct udp_hslot *hslot, *hslot2, *nhslot2; hslot2 1921 net/ipv4/udp.c hslot2 = udp_hashslot2(udptable, udp_sk(sk)->udp_portaddr_hash); hslot2 1925 net/ipv4/udp.c if (hslot2 != nhslot2 || hslot2 1934 net/ipv4/udp.c if (hslot2 != nhslot2) { hslot2 1935 net/ipv4/udp.c spin_lock(&hslot2->lock); hslot2 1937 net/ipv4/udp.c hslot2->count--; hslot2 1938 net/ipv4/udp.c spin_unlock(&hslot2->lock); hslot2 2419 net/ipv4/udp.c struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; hslot2 2424 net/ipv4/udp.c udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { hslot2 148 net/ipv6/udp.c int dif, int sdif, struct udp_hslot *hslot2, hslot2 157 net/ipv6/udp.c udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { hslot2 187 net/ipv6/udp.c struct udp_hslot *hslot2; hslot2 192 net/ipv6/udp.c hslot2 = &udptable->hash2[slot2]; hslot2 196 net/ipv6/udp.c hslot2, skb); hslot2 201 net/ipv6/udp.c hslot2 = &udptable->hash2[slot2]; hslot2 205 net/ipv6/udp.c hslot2, skb); hslot2 958 net/ipv6/udp.c struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; hslot2 962 net/ipv6/udp.c udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) {