Searched refs:rt_hash_bucket (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.c205 struct rt_hash_bucket { struct
211 * Instead of using one spinlock for each rt_hash_bucket, we use a table of spinlocks
245 static struct rt_hash_bucket *rt_hash_table;
3197 rt_hash_table = (struct rt_hash_bucket *)
3199 sizeof(struct rt_hash_bucket),
3207 memset(rt_hash_table, 0, (rt_hash_mask + 1) * sizeof(struct rt_hash_bucket));

Completed in 92 milliseconds