Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dudp.h30 static inline u32 udp_hashfn(const struct net *net, u32 num, u32 mask) in udp_hashfn() function
/openbmc/linux/include/net/
H A Dudp.h84 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
/openbmc/linux/net/ipv4/
H A Dudp.c2506 slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_mcast_demux_lookup()