Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dfib6_rules.c119 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()
213 rt = net->ipv6.ip6_null_entry; in __fib6_rule_action()
234 if (rt != net->ipv6.ip6_null_entry) { in __fib6_rule_action()
Droute.c1032 rt = net->ipv6.ip6_null_entry; in ip6_hold_safe()
1101 rt = net->ipv6.ip6_null_entry; in ip6_pol_route_lookup()
1106 rt = net->ipv6.ip6_null_entry; in ip6_pol_route_lookup()
1261 dst_hold(&net->ipv6.ip6_null_entry->dst); in rt6_make_pcpu_route()
1262 return net->ipv6.ip6_null_entry; in rt6_make_pcpu_route()
1877 rt = net->ipv6.ip6_null_entry; in ip6_pol_route()
1911 uncached_rt = net->ipv6.ip6_null_entry; in ip6_pol_route()
2493 ret = net->ipv6.ip6_null_entry; in __ip6_route_redirect()
2779 if (rt == net->ipv6.ip6_null_entry) { in ip6_nh_lookup_table()
4944 if (rt == net->ipv6.ip6_null_entry) { in inet6_rtm_getroute()
[all …]
Dip6_fib.c355 rt = net->ipv6.ip6_null_entry; in fib6_rule_lookup()
/Linux-v4.19/include/net/netns/
Dipv6.h66 struct rt6_info *ip6_null_entry; member
/Linux-v4.19/drivers/net/
Dvrf.c187 struct dst_entry *dst_null = &net->ipv6.ip6_null_entry->dst; in vrf_process_v6_outbound()
974 if (unlikely(&rt6->dst == &net->ipv6.ip6_null_entry->dst)) in vrf_ip6_input_dst()
1094 dst = &net->ipv6.ip6_null_entry->dst; in vrf_link_scope_lookup()