rt_hash_bucket    250 net/ipv4/route.c static struct rt_hash_bucket 	*rt_hash_table __read_mostly;
rt_hash_bucket   3269 net/ipv4/route.c 	rt_hash_table = (struct rt_hash_bucket *)
rt_hash_bucket   3271 net/ipv4/route.c 					sizeof(struct rt_hash_bucket),
rt_hash_bucket   3279 net/ipv4/route.c 	memset(rt_hash_table, 0, (rt_hash_mask + 1) * sizeof(struct rt_hash_bucket));