Searched refs:DST_BALANCED (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_mp_alg.h39 if (ops && (rth->u.dst.flags & DST_BALANCED)) {
80 (rth->u.dst.flags & DST_BALANCED))
H A Ddst.h50 #define DST_BALANCED 0x10 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dmultipath_random.c63 if ((rt->u.dst.flags & DST_BALANCED) != 0 &&
79 if ((rt->u.dst.flags & DST_BALANCED) != 0 &&
H A Dmultipath_rr.c61 if ((nh->u.dst.flags & DST_BALANCED) != 0 &&
H A Dmultipath_drr.c146 if ((nh->u.dst.flags & DST_BALANCED) != 0 &&
H A Dmultipath_wrandom.c159 if ((rt->u.dst.flags & DST_BALANCED) != 0 &&
H A Droute.c594 if (((*rthp)->u.dst.flags & DST_BALANCED) != 0 &&
606 if (!((*rthp)->u.dst.flags & DST_BALANCED) &&
663 if (rth->u.dst.flags & DST_BALANCED) {
849 if (rth->u.dst.flags & DST_BALANCED) {
943 if (!(rth->u.dst.flags & DST_BALANCED) &&
1779 rth->u.dst.flags |= DST_BALANCED;
2218 rth->u.dst.flags |= DST_BALANCED;

Completed in 86 milliseconds