Searched refs:rt_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 Droute.c248 static unsigned int rt_hash_rnd; variable
259 return (jhash_2words(daddr, saddr, rt_hash_rnd)
698 get_random_bytes(&rt_hash_rnd, 4);
3175 rt_hash_rnd = (int) ((num_physpages ^ (num_physpages>>8)) ^

Completed in 88 milliseconds