Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dnetfilter.c32 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
Droute.c2205 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in __ip_route_output_key_hash()
/linux-4.4.14/include/net/
Dinet_sock.h287 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Dflow.h35 #define FLOWI_FLAG_ANYSRC 0x01 macro
Droute.h267 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
Dip.h179 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c355 .flowi4_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v4_outbound()
394 .flowi6_flags = FLOWI_FLAG_ANYSRC, in ipvlan_process_v6_outbound()
/linux-4.4.14/drivers/net/
Dvrf.c302 .flowi4_flags = FLOWI_FLAG_ANYSRC | FLOWI_FLAG_L3MDEV_SRC | in vrf_process_v4_outbound()