Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dip_fragment.c98 #define IPQ_HASHSZ 64 macro
101 static struct ipq *ipq_hash[IPQ_HASHSZ];
126 ipfrag_hash_rnd) & (IPQ_HASHSZ - 1); in ipqhashfn()
139 for (i = 0; i < IPQ_HASHSZ; i++) { in ipfrag_secret_rebuild()