Searched defs:slot2 (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | udp.c | 203 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() 262 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local
|
/net/ipv4/ |
D | udp.c | 259 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 413 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() 471 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local
|