Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dnetfilter.c36 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.c2569 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_key_hash_rcu()
/Linux-v5.10/include/net/
Dflow.h37 #define FLOWI_FLAG_ANYSRC 0x01 macro
Dinet_sock.h348 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Droute.h299 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
Dip.h273 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/Linux-v5.10/drivers/net/ipvlan/
Dipvlan_core.c425 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
465 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()
/Linux-v5.10/net/xfrm/
Dxfrm_interface.c358 fl.u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
375 fl.u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
/Linux-v5.10/net/ipv6/
Dip6_vti.c463 fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit()
473 fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit()
/Linux-v5.10/net/core/
Dlwt_bpf.c210 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in bpf_lwt_xmit_reroute()
Dfilter.c2236 .flowi6_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v6()
2346 .flowi4_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v4()
/Linux-v5.10/drivers/net/
Dvrf.c538 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_SKIP_NH_OIF; in vrf_process_v4_outbound()