Searched refs:slot2 (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | udp.c | 203 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() argument 238 if (get_nulls_value(node) != slot2) in udp6_lib_lookup2() 262 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local 270 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 271 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 277 hslot2, slot2); in __udp6_lib_lookup() 280 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 281 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 287 hslot2, slot2); in __udp6_lib_lookup()
|
/net/ipv4/ |
D | udp.c | 259 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 261 slot2 &= udptable->mask; in udp_lib_get_port() 264 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 270 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 413 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() argument 447 if (get_nulls_value(node) != slot2) in udp4_lib_lookup2() 471 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local 479 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 480 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 486 hslot2, slot2); in __udp4_lib_lookup() [all …]
|