Lines Matching refs:hash2
227 unsigned int hash2, slot2; in __udp6_lib_lookup() local
231 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
232 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
233 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
259 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
260 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
261 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
851 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
860 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
862 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
895 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
896 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
1068 unsigned int hash2, slot2; in __udp6_lib_demux_lookup() local
1073 hash2 = ipv6_portaddr_hash(net, loc_addr, hnum); in __udp6_lib_demux_lookup()
1074 slot2 = hash2 & udptable->mask; in __udp6_lib_demux_lookup()
1075 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()