Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dnetfilter.c37 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
A 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()
A Droute.c2705 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_key_hash_rcu()
/linux-6.3-rc2/include/net/
A Dflow.h39 #define FLOWI_FLAG_ANYSRC 0x01 macro
A Dinet_sock.h369 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
A Droute.h305 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
A Dip.h276 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/linux-6.3-rc2/net/netfilter/
A 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-6.3-rc2/drivers/net/ipvlan/
A Dipvlan_core.c424 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
464 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()
/linux-6.3-rc2/net/ipv6/
A 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-6.3-rc2/net/xfrm/
A Dxfrm_interface_core.c543 fl.u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
560 fl.u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
/linux-6.3-rc2/net/core/
A Dlwt_bpf.c209 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in bpf_lwt_xmit_reroute()
A Dfilter.c2233 .flowi6_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v6()
2335 .flowi4_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v4()
4708 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()
/linux-6.3-rc2/drivers/net/
A Dvrf.c556 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in vrf_process_v4_outbound()

Completed in 54 milliseconds