Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dflow.h72 #define flowi4_scope __fl_common.flowic_scope macro
105 fl4->flowi4_scope = scope; in flowi4_init_output()
/Linux-v6.6/net/ipv4/netfilter/
Dnf_dup_ipv4.c36 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
Dipt_rpfilter.c79 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
Dnft_fib_ipv4.c66 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
/Linux-v6.6/include/trace/events/
Dfib.h48 __entry->scope = flp->flowi4_scope;
/Linux-v6.6/net/ipv4/
Dfib_frontend.c297 .flowi4_scope = scope, in fib_compute_spec_dst()
361 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source()
1347 .flowi4_scope = frn->fl_scope, in nl_fib_lookup()
Dfib_semantics.c1160 .flowi4_scope = scope + 1, in fib_check_nh_v4_gw()
1166 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh_v4_gw()
1167 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh_v4_gw()
Droute.c507 fl4->flowi4_scope = RT_SCOPE_LINK; in ip_rt_fix_tos()
2290 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2736 fl4->flowi4_scope); in ip_route_output_key_hash_rcu()
Dfib_trie.c1588 if (fa->fa_info->fib_scope < flp->flowi4_scope) in fib_table_lookup()
/Linux-v6.6/net/dccp/
Dipv4.c476 .flowi4_scope = ip_sock_rt_scope(sk), in dccp_v4_route_skb()
/Linux-v6.6/net/sctp/
Dprotocol.c439 fl4->flowi4_scope = ip_sock_rt_scope(asoc->base.sk); in sctp_v4_get_dst()
/Linux-v6.6/drivers/net/
Dgtp.c247 fl4->flowi4_scope = ip_sock_rt_scope(sk); in ip4_route_output_gtp()
/Linux-v6.6/net/core/
Dfilter.c5782 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in bpf_ipv4_fib_lookup()