Home
last modified time | relevance | path

Searched refs:ip6_null_entry (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dfib6_rules.c117 if (rt != net->ipv6.ip6_null_entry && rt->dst.error != -EAGAIN) in fib6_rule_lookup()
128 dst_hold(&net->ipv6.ip6_null_entry->dst); in fib6_rule_lookup()
129 return &net->ipv6.ip6_null_entry->dst; in fib6_rule_lookup()
212 rt = net->ipv6.ip6_null_entry; in __fib6_rule_action()
234 if (rt != net->ipv6.ip6_null_entry) { in __fib6_rule_action()
H A Droute.c1161 rt = net->ipv6.ip6_null_entry; in ip6_hold_safe()
1192 nrt = dev_net(dev)->ipv6.ip6_null_entry; in ip6_create_rt_rcu()
1225 rt = net->ipv6.ip6_null_entry; in ip6_pol_route_lookup()
2265 rt = net->ipv6.ip6_null_entry; in ip6_pol_route()
2520 dst = &net->ipv6.ip6_null_entry->dst; in ip6_route_output_flags()
2975 ret = net->ipv6.ip6_null_entry; in __ip6_route_redirect()
5973 if (rt == net->ipv6.ip6_null_entry) { in inet6_rtm_getroute()
6090 net->ipv6.ip6_null_entry->dst.dev = dev; in ip6_route_dev_notify()
6091 net->ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(dev); in ip6_route_dev_notify()
6103 in6_dev_put_clear(&net->ipv6.ip6_null_entry->rt6i_idev); in ip6_route_dev_notify()
[all …]
H A Dip6_fib.c321 rt = net->ipv6.ip6_null_entry; in fib6_rule_lookup()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv6.h73 struct rt6_info *ip6_null_entry; member
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c464 struct dst_entry *dst_null = &net->ipv6.ip6_null_entry->dst; in vrf_process_v6_outbound()
1325 if (unlikely(&rt6->dst == &net->ipv6.ip6_null_entry->dst)) in vrf_ip6_input_dst()
1452 dst = &net->ipv6.ip6_null_entry->dst; in vrf_link_scope_lookup()