Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dnetfilter.c34 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
Droute.c2391 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_key_hash_rcu()
/Linux-v4.19/include/net/
Dinet_sock.h336 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Dflow.h37 #define FLOWI_FLAG_ANYSRC 0x01 macro
Droute.h283 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
Dip.h236 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_core.c430 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
470 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()
/Linux-v4.19/drivers/net/
Dvrf.c251 .flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_SKIP_NH_OIF, in vrf_process_v4_outbound()