Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dping.h16 #define PING_HTABLE_SIZE 64 macro
17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
/linux-6.3-rc2/net/ipv4/
A Dping.c58 struct hlist_nulls_head hash[PING_HTABLE_SIZE];
1046 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE; in ping_get_first()
1208 for (i = 0; i < PING_HTABLE_SIZE; i++) in ping_init()

Completed in 5 milliseconds