Lines Matching refs:hash2
218 unsigned int hash2, slot2;
222 hash2 = ipv6_portaddr_hash(net, daddr, hnum);
223 slot2 = hash2 & udptable->mask;
224 hslot2 = &udptable->hash2[slot2];
250 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
251 slot2 = hash2 & udptable->mask;
252 hslot2 = &udptable->hash2[slot2];
841 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);
850 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
852 hslot = &udptable->hash2[hash2];
884 /* Also lookup *:port if we are using hash2 and haven't done so yet. */
885 if (use_hash2 && hash2 != hash2_any) {
886 hash2 = hash2_any;
1061 unsigned int hash2, slot2;
1066 hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
1067 slot2 = hash2 & udptable->mask;
1068 hslot2 = &udptable->hash2[slot2];