Lines Matching refs:fib6_null_entry

563 		res->f6i = net->ipv6.fib6_null_entry;  in rt6_device_match()
577 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
871 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
910 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1217 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1222 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2186 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2222 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
3101 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3107 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
3348 if (!err && res->f6i != net->ipv6.fib6_null_entry) in ip6_nh_lookup_table()
3883 if (rt == net->ipv6.fib6_null_entry) { in __ip6_del_rt()
3916 if (rt == net->ipv6.fib6_null_entry) in __ip6_del_rt_siblings()
4612 rt != net->ipv6.fib6_null_entry && in fib6_remove_prefsrc()
4771 if (rt != net->ipv6.fib6_null_entry && !rt->nh && in fib6_ifup()
4857 if (rt == net->ipv6.fib6_null_entry || rt->nh) in fib6_ifdown()
5898 if (rt == net->ipv6.fib6_null_entry) in rt6_dump_route()
6288 net->ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = dev; in ip6_route_dev_notify()
6478 net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true); in ip6_route_net_init()
6479 if (!net->ipv6.fib6_null_entry) in ip6_route_net_init()
6481 memcpy(net->ipv6.fib6_null_entry, &fib6_null_entry_template, in ip6_route_net_init()
6482 sizeof(*net->ipv6.fib6_null_entry)); in ip6_route_net_init()
6543 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_init()
6552 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_exit()
6625 init_net.ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = init_net.loopback_dev; in ip6_route_init_special_entries()