Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dip6_fib.c245 net->ipv6.fib6_null_entry); in fib6_alloc_table()
408 if (rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
739 net->ipv6.fib6_null_entry) { in fib6_add_1()
1355 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1357 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1396 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1437 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1679 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1716 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1761 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
[all …]
Droute.c572 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
586 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
880 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
919 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1228 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1233 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2169 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2205 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
2946 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
2952 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
[all …]
Dfib6_rules.c81 if (err || res->f6i == net->ipv6.fib6_null_entry) in fib6_lookup()
182 if (!err && res->f6i != net->ipv6.fib6_null_entry) in fib6_rule_action_alt()
/Linux-v5.4/include/net/netns/
Dipv6.h71 struct fib6_info *fib6_null_entry; member
/Linux-v5.4/include/trace/events/
Dfib6.h70 if (res->f6i == net->ipv6.fib6_null_entry) {
/Linux-v5.4/net/core/
Dfilter.c4792 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()