Searched refs:hash2_nulladdr (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/
H A Dudp.h203 unsigned int hash2_nulladdr);
/linux-master/net/ipv4/
H A Dudp.c236 * @hash2_nulladdr: AF-dependent hash value in secondary hash chains,
240 unsigned int hash2_nulladdr)
295 hash2_nulladdr &= udptable->mask;
302 if (!exist && (hash2_nulladdr != slot2)) {
303 hslot2 = udp_hashslot2(udptable, hash2_nulladdr);
356 unsigned int hash2_nulladdr = local
363 return udp_lib_get_port(sk, snum, hash2_nulladdr);
239 udp_lib_get_port(struct sock *sk, unsigned short snum, unsigned int hash2_nulladdr) argument
/linux-master/net/ipv6/
H A Dudp.c99 unsigned int hash2_nulladdr = local
106 return udp_lib_get_port(sk, snum, hash2_nulladdr);

Completed in 169 milliseconds