Lines Matching refs:fib6_null_entry
497 return net->ipv6.fib6_null_entry; in rt6_device_match()
499 return rt->fib6_nh.nh_flags & RTNH_F_DEAD ? net->ipv6.fib6_null_entry : rt; in rt6_device_match()
744 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
745 return net->ipv6.fib6_null_entry; in rt6_select()
762 return net->ipv6.fib6_null_entry; in rt6_select()
783 return match ? match : net->ipv6.fib6_null_entry; in rt6_select()
1078 f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1087 if (f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
1100 } else if (f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
1840 if (f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
1876 if (f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route()
2491 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
2497 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
3183 if (rt == net->ipv6.fib6_null_entry) { in __ip6_del_rt()
3213 if (rt == net->ipv6.fib6_null_entry) in __ip6_del_rt_siblings()
3798 rt != net->ipv6.fib6_null_entry && in fib6_remove_prefsrc()
3953 if (rt != net->ipv6.fib6_null_entry && rt->fib6_nh.nh_dev == arg->dev) { in fib6_ifup()
4037 if (rt == net->ipv6.fib6_null_entry) in fib6_ifdown()
4823 if (rt == net->ipv6.fib6_null_entry) in rt6_dump_route()
5024 net->ipv6.fib6_null_entry->fib6_nh.nh_dev = dev; in ip6_route_dev_notify()
5201 net->ipv6.fib6_null_entry = kmemdup(&fib6_null_entry_template, in ip6_route_net_init()
5202 sizeof(*net->ipv6.fib6_null_entry), in ip6_route_net_init()
5204 if (!net->ipv6.fib6_null_entry) in ip6_route_net_init()
5259 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_init()
5268 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_exit()
5341 init_net.ipv6.fib6_null_entry->fib6_nh.nh_dev = init_net.loopback_dev; in ip6_route_init_special_entries()