Lines Matching refs:slot2
279 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
281 slot2 &= udptable->mask; in udp_lib_get_port()
284 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
289 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
455 unsigned int hash2, slot2; in __udp4_lib_lookup() local
459 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
460 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
467 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
468 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2431 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local
2432 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp4_lib_demux_lookup()