Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Dnf_dup_ipv4.c39 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
Dipt_rpfilter.c96 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
/linux-4.4.14/include/net/
Dflow.h73 #define flowi4_scope __fl_common.flowic_scope macro
103 fl4->flowi4_scope = scope; in flowi4_init_output()
/linux-4.4.14/include/trace/events/
Dfib.h36 __entry->scope = flp->flowi4_scope;
/linux-4.4.14/drivers/net/
Dvrf.c812 u8 scope = fl4->flowi4_scope; in vrf_get_saddr()
822 fl4->flowi4_scope = ((tos & RTO_ONLINK) ? in vrf_get_saddr()
835 fl4->flowi4_scope = scope; in vrf_get_saddr()
/linux-4.4.14/net/ipv4/
Dfib_frontend.c302 .flowi4_scope = scope, in fib_compute_spec_dst()
339 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source()
1047 .flowi4_scope = frn->fl_scope, in nl_fib_lookup()
Dfib_semantics.c760 .flowi4_scope = cfg->fc_scope + 1, in fib_check_nh()
766 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh()
767 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh()
Droute.c1834 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2159 fl4->flowi4_scope = ((tos & RTO_ONLINK) ? in __ip_route_output_key_hash()
2235 fl4->flowi4_scope); in __ip_route_output_key_hash()
Dfib_trie.c1406 if (fa->fa_info->fib_scope < flp->flowi4_scope) in fib_table_lookup()