Lines Matching refs:hash2
295 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local
302 hash2 = udp6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
303 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
304 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
312 hash2 = udp6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
313 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
314 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
796 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
802 hash2 = udp6_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp6_lib_mcast_deliver()
804 hslot = &udp_table.hash2[hash2]; in __udp6_lib_mcast_deliver()
831 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
832 hash2 = hash2_any; in __udp6_lib_mcast_deliver()