Lines Matching refs:slot2
263 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
265 slot2 &= udptable->mask; in udp_lib_get_port()
268 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
274 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
441 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() argument
475 if (get_nulls_value(node) != slot2) in udp4_lib_lookup2()
499 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local
507 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
508 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
514 hslot2, slot2); in __udp4_lib_lookup()
517 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
518 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
524 hslot2, slot2); in __udp4_lib_lookup()
1929 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local
1930 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp4_lib_demux_lookup()