Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dping.c68 static inline u32 ping_hashfn(const struct net *net, u32 num, u32 mask) in ping_hashfn() function
80 return &table->hash[ping_hashfn(net, num, PING_HTABLE_MASK)]; in ping_hashslot()