Home
last modified time | relevance | path

Searched refs:IP6Q_HASHSZ (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dreassembly.c99 #define IP6Q_HASHSZ 64 macro
101 static struct frag_queue *ip6_frag_hash[IP6Q_HASHSZ];
147 return c & (IP6Q_HASHSZ - 1); in ip6qhashfn()
160 for (i = 0; i < IP6Q_HASHSZ; i++) { in ip6_frag_secret_rebuild()