Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dipv6_stubs.h39 void (*fib6_select_path)(const struct net *net, struct fib6_result *res, member
H A Dip6_fib.h444 void fib6_select_path(const struct net *net, struct fib6_result *res,
/openbmc/linux/net/ipv6/
H A Daddrconf_core.c213 .fib6_select_path = eafnosupport_fib6_select_path,
H A Daf_inet6.c1040 .fib6_select_path = fib6_select_path,
H A Droute.c417 void fib6_select_path(const struct net *net, struct fib6_result *res, in fib6_select_path() function
1241 fib6_select_path(net, &res, fl6, fl6->flowi6_oif, in ip6_pol_route_lookup()
2227 fib6_select_path(net, &res, fl6, oif, false, skb, strict); in ip6_pol_route()
3338 fib6_select_path(net, res, &fl6, cfg->fc_ifindex, in ip6_nh_lookup_table()
3405 fib6_select_path(net, &res, &fl6, cfg->fc_ifindex, in ip6_route_check_nh()
/openbmc/linux/net/core/
H A Dfilter.c6089 ipv6_stub->fib6_select_path(net, &res, &fl6, fl6.flowi6_oif, in bpf_ipv6_fib_lookup()