Lines Matching defs:slot2
283 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum;
285 slot2 &= udptable->mask;
288 hslot2 = udp_hashslot2(udptable, slot2);
293 if (!exist && (hash2_nulladdr != slot2)) {
502 unsigned int hash2, slot2;
507 slot2 = hash2 & udptable->mask;
508 hslot2 = &udptable->hash2[slot2];
533 slot2 = hash2 & udptable->mask;
534 hslot2 = &udptable->hash2[slot2];
2508 unsigned int slot2 = hash2 & udp_table.mask;
2509 struct udp_hslot *hslot2 = &udp_table.hash2[slot2];