Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dping.h15 /* PING_HTABLE_SIZE must be power of 2 */
16 #define PING_HTABLE_SIZE 64 macro
17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
/kernel/linux/linux-6.6/include/net/
H A Dping.h15 /* PING_HTABLE_SIZE must be power of 2 */
16 #define PING_HTABLE_SIZE 64 macro
17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
/kernel/linux/linux-5.10/net/ipv4/
H A Dping.c52 struct hlist_nulls_head hash[PING_HTABLE_SIZE];
1029 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE; in ping_get_first()
1191 for (i = 0; i < PING_HTABLE_SIZE; i++) in ping_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dping.c53 struct hlist_head hash[PING_HTABLE_SIZE];
1032 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE; in ping_get_first()
1193 for (i = 0; i < PING_HTABLE_SIZE; i++) in ping_init()

Completed in 4 milliseconds