Home
last modified time | relevance | path

Searched refs:flowi4_scope (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/net/
Dflow.h65 #define flowi4_scope __fl_common.flowic_scope macro
94 fl4->flowi4_scope = scope; in flowi4_init_output()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_rpfilter.c99 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
/linux-4.1.27/net/netfilter/
Dxt_TEE.c72 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in tee_tg_route4()
/linux-4.1.27/net/ipv4/
Dfib_semantics.c616 .flowi4_scope = cfg->fc_scope + 1, in fib_check_nh()
622 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh()
623 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh()
Dfib_frontend.c281 fl4.flowi4_scope = scope; in fib_compute_spec_dst()
315 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source()
992 .flowi4_scope = frn->fl_scope, in nl_fib_lookup()
Droute.c1758 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2084 fl4->flowi4_scope = ((tos & RTO_ONLINK) ? in __ip_route_output_key()
2159 fl4->flowi4_scope); in __ip_route_output_key()
Dfib_trie.c1395 if (fa->fa_info->fib_scope < flp->flowi4_scope) in fib_table_lookup()