Home
last modified time | relevance | path

Searched refs:fib6_null_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/ipv6/
Dip6_fib.c245 net->ipv6.fib6_null_entry); in fib6_alloc_table()
441 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
791 net->ipv6.fib6_null_entry) { in fib6_add_1()
1422 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1424 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1463 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1504 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1748 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1785 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1834 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
[all …]
Droute.c578 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()
[all …]
Dfib6_rules.c83 if (err || res->f6i == net->ipv6.fib6_null_entry) in fib6_lookup()
186 if (!err && res->f6i != net->ipv6.fib6_null_entry) in fib6_rule_action_alt()
/Linux-v5.10/include/net/netns/
Dipv6.h71 struct fib6_info *fib6_null_entry; member
/Linux-v5.10/include/trace/events/
Dfib6.h70 if (res->f6i == net->ipv6.fib6_null_entry) {
/Linux-v5.10/net/core/
Dfilter.c5466 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()