Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_fib.c246 net->ipv6.fib6_null_entry); in fib6_alloc_table()
442 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
794 net->ipv6.fib6_null_entry) { in fib6_add_1()
1433 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1435 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1474 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1513 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1755 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1792 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1841 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
[all …]
H A Droute.c570 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
584 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
881 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
920 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1224 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1229 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2188 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2224 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
3097 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3103 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
[all …]
H A 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()
/openbmc/linux/include/net/netns/
H A Dipv6.h70 struct fib6_info *fib6_null_entry; member
/openbmc/linux/include/trace/events/
H A Dfib6.h70 if (res->f6i == net->ipv6.fib6_null_entry) {
/openbmc/linux/net/core/
H A Dfilter.c6072 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()