Searched refs:FLOWI_FLAG_SKIP_NH_OIF (Results 1 – 9 of 9) sorted by relevance
290 fl->flowi_flags |= FLOWI_FLAG_SKIP_NH_OIF; in l3mdev_update_flow()302 fl->flowi_flags |= FLOWI_FLAG_SKIP_NH_OIF; in l3mdev_update_flow()
39 #define FLOWI_FLAG_SKIP_NH_OIF 0x04 macro
36 fl4->flowi4_flags = FLOWI_FLAG_SKIP_NH_OIF; in __xfrm4_dst_lookup()
2251 if (fl4->flowi4_oif && !(fl4->flowi4_flags & FLOWI_FLAG_SKIP_NH_OIF)) in fib_select_path()
1422 if (!(flp->flowi4_flags & FLOWI_FLAG_SKIP_NH_OIF)) { in fib_lookup_good_nhc()
37 fl6.flowi6_flags = FLOWI_FLAG_SKIP_NH_OIF; in xfrm6_dst_lookup()
1037 (!(fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) && in ip6_sk_dst_check()
1209 if (fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) in ip6_pol_route_lookup()2181 if (fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) in fib6_table_lookup()3062 if (fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) in __ip6_route_redirect()
481 fl6.flowi6_flags = FLOWI_FLAG_SKIP_NH_OIF; in vrf_process_v6_outbound()556 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_SKIP_NH_OIF; in vrf_process_v4_outbound()
Completed in 35 milliseconds