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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_fragment.c86 static u32 ipfrag_hash_rnd; variable
108 ipfrag_hash_rnd) & (IPQ_HASHSZ - 1);
120 get_random_bytes(&ipfrag_hash_rnd, sizeof(u32));
716 ipfrag_hash_rnd = (u32) ((num_physpages ^ (num_physpages>>7)) ^

Completed in 65 milliseconds