fib6_null_entry    71 include/net/netns/ipv6.h 	struct fib6_info	*fib6_null_entry;
fib6_null_entry    70 include/trace/events/fib6.h 		if (res->f6i == net->ipv6.fib6_null_entry) {
fib6_null_entry  4794 net/core/filter.c 		     res.f6i == net->ipv6.fib6_null_entry))
fib6_null_entry    81 net/ipv6/fib6_rules.c 		if (err || res->f6i == net->ipv6.fib6_null_entry)
fib6_null_entry   182 net/ipv6/fib6_rules.c 	if (!err && res->f6i != net->ipv6.fib6_null_entry)
fib6_null_entry   245 net/ipv6/ip6_fib.c 				   net->ipv6.fib6_null_entry);
fib6_null_entry   408 net/ipv6/ip6_fib.c 	if (rt == arg->net->ipv6.fib6_null_entry)
fib6_null_entry   739 net/ipv6/ip6_fib.c 				   net->ipv6.fib6_null_entry) {
fib6_null_entry  1356 net/ipv6/ip6_fib.c 			fib6_info_hold(info->nl_net->ipv6.fib6_null_entry);
fib6_null_entry  1358 net/ipv6/ip6_fib.c 					   info->nl_net->ipv6.fib6_null_entry);
fib6_null_entry  1397 net/ipv6/ip6_fib.c 					    info->nl_net->ipv6.fib6_null_entry);
fib6_null_entry  1438 net/ipv6/ip6_fib.c 					    info->nl_net->ipv6.fib6_null_entry;
fib6_null_entry  1680 net/ipv6/ip6_fib.c 		return net->ipv6.fib6_null_entry;
fib6_null_entry  1717 net/ipv6/ip6_fib.c 		rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry);
fib6_null_entry  1762 net/ipv6/ip6_fib.c 				new_fn_leaf = net->ipv6.fib6_null_entry;
fib6_null_entry  1906 net/ipv6/ip6_fib.c 	if (!fn || rt == net->ipv6.fib6_null_entry)
fib6_null_entry  2273 net/ipv6/ip6_fib.c 			   net->ipv6.fib6_null_entry);
fib6_null_entry  2285 net/ipv6/ip6_fib.c 			   net->ipv6.fib6_null_entry);
fib6_null_entry   574 net/ipv6/route.c 		res->f6i = net->ipv6.fib6_null_entry;
fib6_null_entry   588 net/ipv6/route.c 		res->f6i = net->ipv6.fib6_null_entry;
fib6_null_entry   882 net/ipv6/route.c 	if (!leaf || leaf == net->ipv6.fib6_null_entry)
fib6_null_entry   921 net/ipv6/route.c 		res->f6i = net->ipv6.fib6_null_entry;
fib6_null_entry  1230 net/ipv6/route.c 		res.f6i = net->ipv6.fib6_null_entry;
fib6_null_entry  1235 net/ipv6/route.c 	if (res.f6i == net->ipv6.fib6_null_entry) {
fib6_null_entry  2193 net/ipv6/route.c 	if (res->f6i == net->ipv6.fib6_null_entry) {
fib6_null_entry  2229 net/ipv6/route.c 	if (res.f6i == net->ipv6.fib6_null_entry)
fib6_null_entry  2981 net/ipv6/route.c 		rt = net->ipv6.fib6_null_entry;
fib6_null_entry  2987 net/ipv6/route.c 	if (rt == net->ipv6.fib6_null_entry) {
fib6_null_entry  3243 net/ipv6/route.c 	if (!err && res->f6i != net->ipv6.fib6_null_entry)
fib6_null_entry  3753 net/ipv6/route.c 	if (rt == net->ipv6.fib6_null_entry) {
fib6_null_entry  3783 net/ipv6/route.c 	if (rt == net->ipv6.fib6_null_entry)
fib6_null_entry  4469 net/ipv6/route.c 	    rt != net->ipv6.fib6_null_entry &&
fib6_null_entry  4628 net/ipv6/route.c 	if (rt != net->ipv6.fib6_null_entry && !rt->nh &&
fib6_null_entry  4714 net/ipv6/route.c 	if (rt == net->ipv6.fib6_null_entry || rt->nh)
fib6_null_entry  5670 net/ipv6/route.c 	if (rt == net->ipv6.fib6_null_entry)
fib6_null_entry  6013 net/ipv6/route.c 		net->ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = dev;
fib6_null_entry  6204 net/ipv6/route.c 	net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true);
fib6_null_entry  6205 net/ipv6/route.c 	if (!net->ipv6.fib6_null_entry)
fib6_null_entry  6207 net/ipv6/route.c 	memcpy(net->ipv6.fib6_null_entry, &fib6_null_entry_template,
fib6_null_entry  6208 net/ipv6/route.c 	       sizeof(*net->ipv6.fib6_null_entry));
fib6_null_entry  6266 net/ipv6/route.c 	kfree(net->ipv6.fib6_null_entry);
fib6_null_entry  6275 net/ipv6/route.c 	kfree(net->ipv6.fib6_null_entry);
fib6_null_entry  6348 net/ipv6/route.c 	init_net.ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = init_net.loopback_dev;