Home
last modified time | relevance | path

Searched refs:udp_hashfn (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dudp.h30 static inline u32 udp_hashfn(const struct net *net, u32 num, u32 mask) in udp_hashfn() function
/linux/include/net/
H A Dudp.h112 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
/linux/net/ipv4/
H A Dudp.c448 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp4_lib_lookup1()
2815 slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_mcast_demux_lookup()
/linux/net/ipv6/
H A Dudp.c201 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp6_lib_lookup1()