Searched refs:fib6_select_path (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | ipv6_stubs.h | 40 void (*fib6_select_path)(const struct net *net, struct fib6_result *res, member
|
H A D | ip6_fib.h | 450 void fib6_select_path(const struct net *net, struct fib6_result *res,
|
/linux/net/ipv6/ |
H A D | addrconf_core.c | 213 .fib6_select_path = eafnosupport_fib6_select_path,
|
H A D | af_inet6.c | 1045 .fib6_select_path = fib6_select_path,
|
H A D | route.c | 412 void fib6_select_path(const struct net *net, struct fib6_result *res, in fib6_select_path() function 1246 fib6_select_path(net, &res, fl6, fl6->flowi6_oif, in ip6_pol_route_lookup() 2235 fib6_select_path(net, &res, fl6, oif, false, skb, strict); in ip6_pol_route() 3346 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table() 3413 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh()
|
/linux/net/core/ |
H A D | filter.c | 6124 ipv6_stub->fib6_select_path(net, &res, &fl6, fl6.flowi6_oif, in bpf_ipv6_fib_lookup()
|