Symbol: FLOWI_FLAG_ANYSRC
drivers/net/ipvlan/ipvlan_core.c
437
.flowi4_flags = FLOWI_FLAG_ANYSRC,
drivers/net/ipvlan/ipvlan_core.c
484
.flowi6_flags = FLOWI_FLAG_ANYSRC,
drivers/net/vrf.c
509
fl4.flowi4_flags = FLOWI_FLAG_ANYSRC;
include/net/inet_sock.h
412
flags |= FLOWI_FLAG_ANYSRC;
include/net/ip.h
284
return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0;
include/net/route.h
327
flow_flags |= FLOWI_FLAG_ANYSRC;
net/core/filter.c
2273
.flowi6_flags = FLOWI_FLAG_ANYSRC,
net/core/filter.c
2381
.flowi4_flags = FLOWI_FLAG_ANYSRC,
net/core/filter.c
4910
info->key.flow_flags = FLOWI_FLAG_ANYSRC;
net/core/lwt_bpf.c
213
fl4.flowi4_flags = FLOWI_FLAG_ANYSRC;
net/ipv4/ip_vti.c
186
fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC;
net/ipv4/ip_vti.c
199
fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC;
net/ipv4/netfilter.c
38
flags |= FLOWI_FLAG_ANYSRC;
net/ipv4/route.c
2766
if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) {
net/ipv6/ip6_vti.c
457
fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC;
net/ipv6/ip6_vti.c
467
fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC;
net/netfilter/nf_flow_table_path.c
217
fl.u.ip4.flowi4_flags = FLOWI_FLAG_ANYSRC;
net/netfilter/nf_flow_table_path.c
225
fl.u.ip6.flowi6_flags = FLOWI_FLAG_ANYSRC;
net/netfilter/nf_flow_table_path.c
301
fl.u.ip4.flowi4_flags = FLOWI_FLAG_ANYSRC;
net/netfilter/nf_flow_table_path.c
310
fl.u.ip6.flowi6_flags = FLOWI_FLAG_ANYSRC;
net/xfrm/xfrm_interface_core.c
540
fl.u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC;
net/xfrm/xfrm_interface_core.c
557
fl.u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC;