Lines Matching refs:hash2
292 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local
299 hash2 = udp6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
300 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
301 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
309 hash2 = udp6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
310 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
311 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
793 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
799 hash2 = udp6_portaddr_hash(net, daddr, hnum) & udp_table.mask; in __udp6_lib_mcast_deliver()
801 hslot = &udp_table.hash2[hash2]; in __udp6_lib_mcast_deliver()
828 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
829 hash2 = hash2_any; in __udp6_lib_mcast_deliver()