Searched refs:ping_hashfn (Results 1 - 1 of 1) sorted by path

/linux-master/net/ipv4/
H A Dping.c63 static inline u32 ping_hashfn(const struct net *net, u32 num, u32 mask) function
75 return &table->hash[ping_hashfn(net, num, PING_HTABLE_MASK)];

Completed in 170 milliseconds