Searched refs:rt_hash_bucket (Results 1 – 1 of 1) sorted by relevance
239 struct rt_hash_bucket { struct289 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()