HomeSort by relevance Sort by last modified time
    Searched full:vxmt (Results 1 - 1 of 1) sorted by null

  /external/iproute2/tc/
tc_cbq.c 36 double vxmt = (double)avpkt/rate - xmt; local
37 vxmt *= (pow(g, -(double)maxburst) - 1);
38 if (vxmt > maxidle)
39 maxidle = vxmt;

Completed in 193 milliseconds