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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dflow.h51 #define FLOWI_FLAG_ANYSRC 0x01 macro
H A Droute.h176 fl.flags |= FLOWI_FLAG_ANYSRC;
203 fl.flags |= FLOWI_FLAG_ANYSRC;
H A Dinet_sock.h221 return inet_sk(sk)->transparent ? FLOWI_FLAG_ANYSRC : 0;
H A Dip.h156 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c2557 if (!(oldflp->flags & FLOWI_FLAG_ANYSRC)) {

Completed in 71 milliseconds