Lines Matching refs:slot2
293 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
295 slot2 &= udptable->mask; in udp_lib_get_port()
298 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
303 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
470 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local
478 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
479 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
487 unsigned int old_slot2 = slot2; in __udp4_lib_lookup()
489 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
491 if (unlikely(slot2 == old_slot2)) in __udp4_lib_lookup()
494 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2291 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local
2292 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp4_lib_demux_lookup()