Searched refs:RAW_HTABLE_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Draw.h31 #define RAW_HTABLE_SIZE MAX_INET_PROTOS macro
35 struct hlist_head ht[RAW_HTABLE_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Draw.c89 head = &h->ht[inet_sk(sk)->inet_num & (RAW_HTABLE_SIZE - 1)];
196 hash = protocol & (RAW_HTABLE_SIZE - 1);
270 hash = protocol & (RAW_HTABLE_SIZE - 1);
873 for (state->bucket = 0; state->bucket < RAW_HTABLE_SIZE;
896 if (!sk && ++state->bucket < RAW_HTABLE_SIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Draw.c347 hash = nexthdr & (RAW_HTABLE_SIZE - 1);

Completed in 131 milliseconds