Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv6/
Dip6_fib.c247 net->ipv6.fib6_null_entry); in fib6_alloc_table()
443 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
795 net->ipv6.fib6_null_entry) { in fib6_add_1()
1427 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1429 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1468 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1509 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1753 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1790 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1839 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
[all …]
Droute.c565 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
579 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
874 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
913 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1217 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1222 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2183 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2219 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
3091 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3097 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.1/include/net/netns/
Dipv6.h69 struct fib6_info *fib6_null_entry; member
/Linux-v6.1/include/trace/events/
Dfib6.h70 if (res->f6i == net->ipv6.fib6_null_entry) {
/Linux-v6.1/net/core/
Dfilter.c5870 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()