Home
last modified time | relevance | path

Searched refs:slot2 (Results 1 – 2 of 2) sorted by relevance

/net/ipv6/
Dudp.c248 unsigned int hash2, slot2; in __udp6_lib_lookup() local
253 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
254 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
279 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
280 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
1063 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup() local
1064 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
/net/ipv4/
Dudp.c283 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
285 slot2 &= udptable->mask; in udp_lib_get_port()
288 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
293 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
500 unsigned int hash2, slot2; in __udp4_lib_lookup() local
505 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
506 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
531 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
532 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2565 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local
[all …]