Home
last modified time | relevance | path

Searched refs:PING_HTABLE_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dping.h17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1) macro
/kernel/linux/linux-6.6/include/net/
H A Dping.h17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1) macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dping.c74 return &table->hash[ping_hashfn(net, num, PING_HTABLE_MASK)]; in ping_hashslot()
/kernel/linux/linux-6.6/net/ipv4/
H A Dping.c75 return &table->hash[ping_hashfn(net, num, PING_HTABLE_MASK)]; in ping_hashslot()

Completed in 4 milliseconds