Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Dip6_fib.c248 net->ipv6.fib6_null_entry); in fib6_alloc_table()
445 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
797 net->ipv6.fib6_null_entry) { in fib6_add_1()
1432 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1434 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1473 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1518 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1762 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1799 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1848 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
[all …]
Droute.c566 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
580 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
875 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
914 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1218 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1223 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2184 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2220 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
3093 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3099 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
[all …]
Dfib6_rules.c84 if (err || res->f6i == net->ipv6.fib6_null_entry) in fib6_lookup()
187 if (!err && res->f6i != net->ipv6.fib6_null_entry) in fib6_rule_action_alt()
/Linux-v6.6/include/net/netns/
Dipv6.h70 struct fib6_info *fib6_null_entry; member
/Linux-v6.6/include/trace/events/
Dfib6.h70 if (res->f6i == net->ipv6.fib6_null_entry) {
/Linux-v6.6/net/core/
Dfilter.c5957 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()