Searched refs:PING_HTABLE_MASK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/include/net/ | ||
| D | ping.h | 17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1) macro |
| /Linux-v6.6/net/ipv4/ | ||
| D | ping.c | 75 return &table->hash[ping_hashfn(net, num, PING_HTABLE_MASK)]; in ping_hashslot() |