Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnetfilter.c36 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
H 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()
H A Droute.c2615 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_key_hash_rcu()
/OK3568_Linux_fs/kernel/include/net/
H A Dflow.h37 #define FLOWI_FLAG_ANYSRC 0x01 macro
H A Dinet_sock.h361 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
H A Droute.h299 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
H A Dip.h276 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_core.c425 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
465 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_interface.c364 fl.u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
381 fl.u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in xfrmi_xmit()
/OK3568_Linux_fs/kernel/net/ipv6/
H 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()
/OK3568_Linux_fs/kernel/net/core/
H A Dlwt_bpf.c208 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC; in bpf_lwt_xmit_reroute()
H A Dfilter.c2237 .flowi6_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v6()
2347 .flowi4_flags = FLOWI_FLAG_ANYSRC, in __bpf_redirect_neigh_v4()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c556 fl4.flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_SKIP_NH_OIF; in vrf_process_v4_outbound()