Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dip6_fib.c241 net->ipv6.fib6_null_entry); in fib6_alloc_table()
438 if (!rt || rt == arg->net->ipv6.fib6_null_entry) in fib6_rt_dump()
792 net->ipv6.fib6_null_entry) { in fib6_add_1()
1439 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1478 info->nl_net->ipv6.fib6_null_entry); in fib6_add()
1521 info->nl_net->ipv6.fib6_null_entry; in fib6_add()
1763 return net->ipv6.fib6_null_entry; in fib6_find_prefix()
1849 new_fn_leaf = net->ipv6.fib6_null_entry; in fib6_repair_tree()
2019 if (rt == net->ipv6.fib6_null_entry) in fib6_del()
2433 net->ipv6.fib6_null_entry); in fib6_net_init()
[all …]
H A Droute.c602 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
616 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
953 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1266 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
3140 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3146 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
3945 if (rt == net->ipv6.fib6_null_entry) in __ip6_del_rt_siblings()
5966 if (rt == net->ipv6.fib6_null_entry) in rt6_dump_route()
6561 if (!net->ipv6.fib6_null_entry) in ip6_route_net_init()
6625 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_init()
[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-6.15/include/net/netns/
H A Dipv6.h70 struct fib6_info *fib6_null_entry; member
/linux-6.15/include/trace/events/
H A Dfib6.h72 if (res->f6i == net->ipv6.fib6_null_entry) {
/linux-6.15/net/core/
H A Dfilter.c6191 res.f6i == net->ipv6.fib6_null_entry)) in bpf_ipv6_fib_lookup()