Lines Matching refs:hash2
225 unsigned int hash2, slot2; in __udp6_lib_lookup() local
229 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
230 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
231 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
255 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
256 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
807 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
816 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
818 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
851 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
852 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
1014 unsigned int hash2 = ipv6_portaddr_hash(net, loc_addr, hnum); in __udp6_lib_demux_lookup() local
1015 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup()
1016 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()