Lines Matching full:hash2
354 unsigned int hash2; in __udp6_lib_lookup() local
356 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
357 hslot2 = udp_hashslot2(udptable, hash2); in __udp6_lib_lookup()
389 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
390 hslot2 = udp_hashslot2(udptable, hash2); in __udp6_lib_lookup()
956 unsigned int hash2, hash2_any, offset; in __udp6_lib_mcast_deliver() local
968 hash2 = 0; in __udp6_lib_mcast_deliver()
976 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
978 hslot = &udptable->hash2[hash2].hslot; in __udp6_lib_mcast_deliver()
1008 /* Also lookup *:port if we are using hash2 and haven't done so yet. */ in __udp6_lib_mcast_deliver()
1009 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
1010 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
1209 unsigned int hash2; in __udp6_lib_demux_lookup() local
1213 hash2 = ipv6_portaddr_hash(net, loc_addr, hnum); in __udp6_lib_demux_lookup()
1214 hslot2 = udp_hashslot2(udptable, hash2); in __udp6_lib_demux_lookup()