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()
489 unsigned int hash2, slot2; in __udp4_lib_lookup() local
494 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
495 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
522 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
523 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2542 unsigned int hash2, slot2; in __udp4_lib_demux_lookup() local
2548 slot2 = hash2 & udptable->mask; in __udp4_lib_demux_lookup()
2549 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_demux_lookup()