Searched defs:slot2 (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | udp.c | 263 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 429 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() 487 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local 1918 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local
|
/net/ipv6/ |
D | udp.c | 221 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() 280 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local
|