Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dflow.h57 #define flowi4_scope __fl_common.flowic_scope macro
/linux-2.6.39/net/netfilter/
Dxt_TEE.c75 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in tee_tg_route4()
/linux-2.6.39/net/ipv4/
Dfib_semantics.c566 .flowi4_scope = cfg->fc_scope + 1, in fib_check_nh()
571 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh()
572 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh()
Dfib_frontend.c209 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in fib_validate_source()
878 .flowi4_scope = frn->fl_scope, in nl_fib_lookup()
Droute.c2137 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2475 fl4.flowi4_scope = ((tos & RTO_ONLINK) ? in ip_route_output_slow()
2550 fl4.flowi4_scope); in ip_route_output_slow()
Dfib_trie.c1362 if (fa->fa_info->fib_scope < flp->flowi4_scope) in check_leaf()