Home
last modified time | relevance | path

Searched refs:FLOWI_FLAG_ANYSRC (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/net/ipv4/
Dnetfilter.c37 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
Dip_vti.c183 fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in vti_xmit()
196 fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in vti_xmit()
Droute.c2706 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_key_hash_rcu()
/Linux-v6.6/include/net/
Dflow.h39 #define FLOWI_FLAG_ANYSRC 0x01 macro
Dinet_sock.h398 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Droute.h302 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
Dip.h285 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/Linux-v6.6/net/netfilter/
Dnft_flow_offload.c240 fl.u.ip4.flowi4_flags = FLOWI_FLAG_ANYSRC; in nft_flow_route()
249 fl.u.ip6.flowi6_flags = FLOWI_FLAG_ANYSRC; in nft_flow_route()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_core.c424 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
467 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()
/Linux-v6.6/net/ipv6/
Dip6_vti.c462 fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit()
472 fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit()
/Linux-v6.6/net/xfrm/
Dxfrm_interface_core.c542 fl.u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
559 fl.u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
/Linux-v6.6/net/core/
Dlwt_bpf.c208 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in bpf_lwt_xmit_reroute()
Dfilter.c2247 .flowi6_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v6()
2351 .flowi4_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v4()
4724 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()
/Linux-v6.6/drivers/net/
Dvrf.c556 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in vrf_process_v4_outbound()