Searched refs:hash2_nulladdr (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/net/ |
H A D | udp.h | 195 unsigned int hash2_nulladdr);
|
/linux-4.1.27/net/ipv4/ |
H A D | udp.c | 206 * @hash2_nulladdr: AF-dependent hash value in secondary hash chains, 212 unsigned int hash2_nulladdr) udp_lib_get_port() 266 hash2_nulladdr &= udptable->mask; udp_lib_get_port() 274 if (!exist && (hash2_nulladdr != slot2)) { udp_lib_get_port() 275 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); udp_lib_get_port() 330 unsigned int hash2_nulladdr = udp_v4_get_port() local 337 return udp_lib_get_port(sk, snum, ipv4_rcv_saddr_equal, hash2_nulladdr); udp_v4_get_port() 209 udp_lib_get_port(struct sock *sk, unsigned short snum, int (*saddr_comp)(const struct sock *sk1, const struct sock *sk2), unsigned int hash2_nulladdr) udp_lib_get_port() argument
|
/linux-4.1.27/net/ipv6/ |
H A D | udp.c | 125 unsigned int hash2_nulladdr = udp_v6_get_port() local 132 return udp_lib_get_port(sk, snum, ipv6_rcv_saddr_equal, hash2_nulladdr); udp_v6_get_port()
|
Completed in 125 milliseconds