Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c241 net->ipv6.fib6_null_entry); in fib6_alloc_table()
454 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
817 net->ipv6.fib6_null_entry) { in fib6_add_1()
1482 fib6_info_hold(info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1484 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1523 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1575 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1817 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1854 rcu_assign_pointer(fn->leaf, net->ipv6.fib6_null_entry); in fib6_repair_tree()
1903 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()
2252 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2288 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
3167 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3173 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
[all …]
H A Daddrconf.c4845 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/net/core/
H A Dfilter.c6346 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()