Searched refs:weight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h81 * packet length, and x is either the weight of the flow, or the
83 * If we limit to max 1000 flows and a max weight of 100, then
101 * XXX With this scaling, max 1000 flows, max weight 100, 1Gbit/s, the
179 different flows), a weight (used to give different shares of the
300 int weight ; /* WFQ queue weight */ member in struct:dn_flow_set
319 int w_q ; /* queue weight (scaled) */
H A Dip_dummynet.c689 q->F += (len<<MY_M)/(u_int64_t) fs->weight ;
815 pe->sum -= q->fs->weight ;
1294 * Second, compute finish time F = S + len/weight.
1300 pipe->sum += fs->weight ; /* add weight of new queue */
1305 q->F = q->S + ( len<<MY_M )/(u_int64_t) fs->weight;
1728 x->weight = pfs->weight ;
1729 if (x->weight == 0)
1730 x->weight
[all...]

Completed in 79 milliseconds