Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dinet_sock.h248 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Dflow.h22 #define FLOWI_FLAG_ANYSRC 0x01 macro
Droute.h246 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init()
Dip.h175 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/linux-3.4.99/net/ipv4/
Dnetfilter.c28 flags |= FLOWI_FLAG_ANYSRC; in ip_route_me_harder()
Droute.c2690 if (!(fl4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_slow()