RAW_HTABLE_SIZE    34 include/net/raw.h 	struct hlist_head ht[RAW_HTABLE_SIZE];
RAW_HTABLE_SIZE    90 net/ipv4/raw.c 	head = &h->ht[inet_sk(sk)->num & (RAW_HTABLE_SIZE - 1)];
RAW_HTABLE_SIZE   197 net/ipv4/raw.c 	hash = protocol & (RAW_HTABLE_SIZE - 1);
RAW_HTABLE_SIZE   271 net/ipv4/raw.c 	hash = protocol & (RAW_HTABLE_SIZE - 1);
RAW_HTABLE_SIZE   856 net/ipv4/raw.c 	for (state->bucket = 0; state->bucket < RAW_HTABLE_SIZE;
RAW_HTABLE_SIZE   879 net/ipv4/raw.c 	if (!sk && ++state->bucket < RAW_HTABLE_SIZE) {
RAW_HTABLE_SIZE   353 net/ipv6/raw.c 	hash = nexthdr & (RAW_HTABLE_SIZE - 1);