Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Droute.h247 fl4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect()
282 fl4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in ip_route_newports()
Dinet_sock.h230 flags |= FLOWI_FLAG_ANYSRC; in inet_sk_flowi_flags()
Dflow.h21 #define FLOWI_FLAG_ANYSRC 0x01 macro
Dip.h172 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
/linux-2.6.39/net/ipv4/
Droute.c2521 if (!(oldflp4->flowi4_flags & FLOWI_FLAG_ANYSRC)) { in ip_route_output_slow()