Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dping.h20 #define PING_HTABLE_SIZE 64 macro
21 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
/linux-4.4.14/net/ipv4/
Dping.c57 struct hlist_nulls_head hash[PING_HTABLE_SIZE];
1022 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE; in ping_get_first()
1223 for (i = 0; i < PING_HTABLE_SIZE; i++) in ping_init()