Home
last modified time | relevance | path

Searched refs:FLOWI_FLAG_SKIP_NH_OIF (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/net/l3mdev/
Dl3mdev.c196 fl->flowi_flags |= FLOWI_FLAG_SKIP_NH_OIF; in l3mdev_update_flow()
208 fl->flowi_flags |= FLOWI_FLAG_SKIP_NH_OIF; in l3mdev_update_flow()
/Linux-v5.4/include/net/
Dflow.h39 #define FLOWI_FLAG_SKIP_NH_OIF 0x04 macro
/Linux-v5.4/net/ipv4/
Dxfrm4_policy.c36 fl4->flowi4_flags = FLOWI_FLAG_SKIP_NH_OIF; in __xfrm4_dst_lookup()
Dfib_semantics.c2193 if (fl4->flowi4_oif && !(fl4->flowi4_flags & FLOWI_FLAG_SKIP_NH_OIF)) in fib_select_path()
Dfib_trie.c1482 if (!(flp->flowi4_flags & FLOWI_FLAG_SKIP_NH_OIF)) { in fib_table_lookup()
/Linux-v5.4/net/ipv6/
Dxfrm6_policy.c37 fl6.flowi6_flags = FLOWI_FLAG_SKIP_NH_OIF; in xfrm6_dst_lookup()
Droute.c1220 if (fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) in ip6_pol_route_lookup()
2164 if (fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) in fib6_table_lookup()
2907 if (fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) in __ip6_route_redirect()
Dip6_output.c990 (!(fl6->flowi6_flags & FLOWI_FLAG_SKIP_NH_OIF) && in ip6_sk_dst_check()
/Linux-v5.4/drivers/net/
Dvrf.c189 fl6.flowi6_flags = FLOWI_FLAG_SKIP_NH_OIF; in vrf_process_v6_outbound()
262 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_SKIP_NH_OIF; in vrf_process_v4_outbound()