Searched refs:RAWV4_HTABLE_SIZE (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Draw.h31 #define RAWV4_HTABLE_SIZE MAX_INET_PROTOS macro
32 extern struct hlist_head raw_v4_htable[RAWV4_HTABLE_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Draw.c82 struct hlist_head raw_v4_htable[RAWV4_HTABLE_SIZE];
88 (RAWV4_HTABLE_SIZE - 1)];
793 for (state->bucket = 0; state->bucket < RAWV4_HTABLE_SIZE; ++state->bucket) {
815 if (!sk && ++state->bucket < RAWV4_HTABLE_SIZE) {

Completed in 93 milliseconds