Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c241 net->ipv6.fib6_null_entry); in fib6_alloc_table()
451 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
814 net->ipv6.fib6_null_entry) { in fib6_add_1()
1487 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1489 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1528 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1580 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1822 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1859 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1908 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
[all...]
H A Droute.c601 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
615 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
913 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
952 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1267 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1272 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
2248 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2284 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
3162 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3168 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
[all …]
H A Dfib6_rules.c88 if (err || res->f6i == net->ipv6.fib6_null_entry) in fib6_lookup()
191 if (!err && res->f6i != net->ipv6.fib6_null_entry) in fib6_rule_action_alt()
H A Daddrconf.c4837 if (f6i != net->ipv6.fib6_null_entry) { in modify_prefix_route()
/linux/include/net/netns/
H A Dipv6.h75 struct fib6_info *fib6_null_entry; member
/linux/include/trace/events/
H A Dfib6.h72 if (res->f6i == net->ipv6.fib6_null_entry) {
/linux/net/core/
H A Dfilter.c6312 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()