Home
last modified time | relevance | path

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

/linux/include/net/
A Dping.h16 #define PING_HTABLE_SIZE 64 macro
17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
/linux/net/ipv4/
A Dping.c53 struct hlist_head hash[PING_HTABLE_SIZE];
1031 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE; in ping_get_first()
1192 for (i = 0; i < PING_HTABLE_SIZE; i++) in ping_init()

Completed in 10 milliseconds