PING_HTABLE_SIZE   17 include/net/ping.h #define PING_HTABLE_MASK 	(PING_HTABLE_SIZE-1)
PING_HTABLE_SIZE   52 net/ipv4/ping.c 	struct hlist_nulls_head	hash[PING_HTABLE_SIZE];
PING_HTABLE_SIZE 1017 net/ipv4/ping.c 	for (state->bucket = start; state->bucket < PING_HTABLE_SIZE;
PING_HTABLE_SIZE 1179 net/ipv4/ping.c 	for (i = 0; i < PING_HTABLE_SIZE; i++)