Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnetfilter.c38 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
H A Dip_vti.c186 fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in vti_xmit()
199 fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in vti_xmit()
H A Droute.c2731 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_key_hash_rcu()
/linux/include/net/
H A Dflow.h39 #define FLOWI_FLAG_ANYSRC 0x01 macro
H A Dinet_sock.h407 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
H A Droute.h313 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
H A Dip.h288 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/linux/net/netfilter/
H A Dnft_flow_offload.c241 fl.u.ip4.flowi4_flags = FLOWI_FLAG_ANYSRC; in nft_flow_route()
250 fl.u.ip6.flowi6_flags = FLOWI_FLAG_ANYSRC; in nft_flow_route()
/linux/drivers/net/ipvlan/
H A Dipvlan_core.c427 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
468 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_route_v6_outbound()
/linux/net/ipv6/
H A Dip6_vti.c457 fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit()
467 fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit()
/linux/net/xfrm/
H A Dxfrm_interface_core.c541 fl.u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
558 fl.u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
/linux/net/core/
H A Dlwt_bpf.c213 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in bpf_lwt_xmit_reroute()
H A Dfilter.c2253 .flowi6_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v6()
2356 .flowi4_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v4()
4853 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()
/linux/drivers/net/
H A Dvrf.c525 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in vrf_process_v4_outbound()