Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Droute.c239 struct rt_hash_bucket { struct
289 static struct rt_hash_bucket *rt_hash_table __read_mostly;
3279 rt_hash_table = (struct rt_hash_bucket *) in ip_rt_init()
3281 sizeof(struct rt_hash_bucket), in ip_rt_init()
3289 memset(rt_hash_table, 0, (rt_hash_mask + 1) * sizeof(struct rt_hash_bucket)); in ip_rt_init()