Lines Matching refs:fib6_null_entry
578 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
592 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
886 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
925 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1232 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1237 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2194 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2230 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
2980 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
2986 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
3244 if (!err && res->f6i != net->ipv6.fib6_null_entry) in ip6_nh_lookup_table()
3757 if (rt == net->ipv6.fib6_null_entry) { in __ip6_del_rt()
3790 if (rt == net->ipv6.fib6_null_entry) in __ip6_del_rt_siblings()
4485 rt != net->ipv6.fib6_null_entry && in fib6_remove_prefsrc()
4644 if (rt != net->ipv6.fib6_null_entry && !rt->nh && in fib6_ifup()
4730 if (rt == net->ipv6.fib6_null_entry || rt->nh) in fib6_ifdown()
5734 if (rt == net->ipv6.fib6_null_entry) in rt6_dump_route()
6077 net->ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = dev; in ip6_route_dev_notify()
6267 net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true); in ip6_route_net_init()
6268 if (!net->ipv6.fib6_null_entry) in ip6_route_net_init()
6270 memcpy(net->ipv6.fib6_null_entry, &fib6_null_entry_template, in ip6_route_net_init()
6271 sizeof(*net->ipv6.fib6_null_entry)); in ip6_route_net_init()
6332 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_init()
6341 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_exit()
6414 init_net.ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = init_net.loopback_dev; in ip6_route_init_special_entries()