Home
last modified time | relevance | path

Searched refs:have_oif_match (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dip6_fib.h452 struct flowi6 *fl6, int oif, bool have_oif_match,
/linux/net/ipv6/
H A Droute.c439 struct flowi6 *fl6, int oif, bool have_oif_match, in fib6_select_path() argument
446 if (!match->nh && (!match->fib6_nsiblings || have_oif_match)) in fib6_select_path()
449 if (match->nh && have_oif_match && res->nh) in fib6_select_path()
2279 bool have_oif_match; in ip6_pol_route() local
2296 have_oif_match = fl6->flowi6_iif == LOOPBACK_IFINDEX && in ip6_pol_route()
2298 fib6_select_path(net, &res, fl6, oif, have_oif_match, skb, strict); in ip6_pol_route()