Lines Matching refs:hash2
247 unsigned int hash2, slot2;
251 hash2 = ipv6_portaddr_hash(net, daddr, hnum);
252 slot2 = hash2 & udptable->mask;
253 hslot2 = &udptable->hash2[slot2];
277 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum);
278 slot2 = hash2 & udptable->mask;
279 hslot2 = &udptable->hash2[slot2];
829 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);
838 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask;
840 hslot = &udptable->hash2[hash2];
872 /* Also lookup *:port if we are using hash2 and haven't done so yet. */
873 if (use_hash2 && hash2 != hash2_any) {
874 hash2 = hash2_any;
1036 unsigned int hash2 = ipv6_portaddr_hash(net, loc_addr, hnum);
1037 unsigned int slot2 = hash2 & udp_table.mask;
1038 struct udp_hslot *hslot2 = &udp_table.hash2[slot2];