Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_sock.h254 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Dflow.h30 #define FLOWI_FLAG_ANYSRC 0x01 macro
Droute.h251 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
Dip.h183 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/linux-4.1.27/net/ipv4/
Dnetfilter.c33 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
Droute.c2130 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in __ip_route_output_key()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c347 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
385 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()