Searched refs:INETFRAGS_HASHSZ (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_frag.h34 #define INETFRAGS_HASHSZ 64 macro
37 struct hlist_head hash[INETFRAGS_HASHSZ];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_fragment.c34 for (i = 0; i < INETFRAGS_HASHSZ; i++) {
58 for (i = 0; i < INETFRAGS_HASHSZ; i++)
H A Dip_fragment.c82 ip4_frags.rnd) & (INETFRAGS_HASHSZ - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dreassembly.c128 return c & (INETFRAGS_HASHSZ - 1);

Completed in 24 milliseconds