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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dudp.h163 unsigned int hash2_nulladdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dudp.c192 * @hash2_nulladdr: AF-dependant hash value in secondary hash chains,
198 unsigned int hash2_nulladdr)
252 hash2_nulladdr &= udptable->mask;
260 if (!exist && (hash2_nulladdr != slot2)) {
261 hslot2 = udp_hashslot2(udptable, hash2_nulladdr);
316 unsigned int hash2_nulladdr = local
323 return udp_lib_get_port(sk, snum, ipv4_rcv_saddr_equal, hash2_nulladdr);
195 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dudp.c104 unsigned int hash2_nulladdr = local
111 return udp_lib_get_port(sk, snum, ipv6_rcv_saddr_equal, hash2_nulladdr);

Completed in 65 milliseconds