Searched refs:have_oif_match (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ |
| H A D | ip6_fib.h | 452 struct flowi6 *fl6, int oif, bool have_oif_match,
|
| /linux/net/ipv6/ |
| H A D | route.c | 439 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()
|