/src/dist/pf/sbin/pfctl/ |
pfctl_altq.c | 430 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local in function:cbq_compute_idletime 446 cptime = ptime * (1.0 - f) / f; 464 if (cptime > 10.0 * 1000000) 484 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
|
pfctl_altq.c | 430 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local in function:cbq_compute_idletime 446 cptime = ptime * (1.0 - f) / f; 464 if (cptime > 10.0 * 1000000) 484 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
|
pfctl_altq.c | 430 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local in function:cbq_compute_idletime 446 cptime = ptime * (1.0 - f) / f; 464 if (cptime > 10.0 * 1000000) 484 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
|
/src/usr.sbin/altq/libaltq/ |
qop_cbq.c | 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec 801 cptime = ptime * (1.0 - f) / f; 804 if (cptime > 10.0 * PS_PER_MS) 844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom); 846 lofftime = cptime;
|
qop_cbq.c | 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec 801 cptime = ptime * (1.0 - f) / f; 804 if (cptime > 10.0 * PS_PER_MS) 844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom); 846 lofftime = cptime;
|
qop_cbq.c | 775 lofftime, psPerByte, ptime, cptime; local in function:cbq_class_spec 801 cptime = ptime * (1.0 - f) / f; 804 if (cptime > 10.0 * PS_PER_MS) 844 lofftime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom); 846 lofftime = cptime;
|