Lines Matching refs:hash2
218 unsigned int hash2, slot2; in __udp6_lib_lookup() local
222 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
223 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
224 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
250 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
251 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
252 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
838 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
847 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
849 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
882 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
883 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
1058 unsigned int hash2, slot2; in __udp6_lib_demux_lookup() local
1063 hash2 = ipv6_portaddr_hash(net, loc_addr, hnum); in __udp6_lib_demux_lookup()
1064 slot2 = hash2 & udptable->mask; in __udp6_lib_demux_lookup()
1065 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()