ip6_prohibit_entry   86 include/net/netns/ipv6.h 	struct rt6_info         *ip6_prohibit_entry;
ip6_prohibit_entry  217 net/ipv6/fib6_rules.c 		rt = net->ipv6.ip6_prohibit_entry;
ip6_prohibit_entry 6017 net/ipv6/route.c 		net->ipv6.ip6_prohibit_entry->dst.dev = dev;
ip6_prohibit_entry 6018 net/ipv6/route.c 		net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev);
ip6_prohibit_entry 6029 net/ipv6/route.c 		in6_dev_put_clear(&net->ipv6.ip6_prohibit_entry->rt6i_idev);
ip6_prohibit_entry 6222 net/ipv6/route.c 	net->ipv6.ip6_prohibit_entry = kmemdup(&ip6_prohibit_entry_template,
ip6_prohibit_entry 6223 net/ipv6/route.c 					       sizeof(*net->ipv6.ip6_prohibit_entry),
ip6_prohibit_entry 6225 net/ipv6/route.c 	if (!net->ipv6.ip6_prohibit_entry)
ip6_prohibit_entry 6227 net/ipv6/route.c 	net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops;
ip6_prohibit_entry 6228 net/ipv6/route.c 	dst_init_metrics(&net->ipv6.ip6_prohibit_entry->dst,
ip6_prohibit_entry 6230 net/ipv6/route.c 	INIT_LIST_HEAD(&net->ipv6.ip6_prohibit_entry->rt6i_uncached);
ip6_prohibit_entry 6261 net/ipv6/route.c 	kfree(net->ipv6.ip6_prohibit_entry);
ip6_prohibit_entry 6278 net/ipv6/route.c 	kfree(net->ipv6.ip6_prohibit_entry);
ip6_prohibit_entry 6352 net/ipv6/route.c 	init_net.ipv6.ip6_prohibit_entry->dst.dev = init_net.loopback_dev;
ip6_prohibit_entry 6353 net/ipv6/route.c 	init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);