Home
last modified time | relevance | path

Searched refs:max_th (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sbin/ipfw3/
HDipfw3dummynet.c316 pipe.fs.max_th = strtoul(end, &end, 0); in config_dummynet()
318 pipe.fs.max_th *= 1024; in config_dummynet()
401 if (pipe.fs.min_th >= pipe.fs.max_th) in config_dummynet()
403 pipe.fs.min_th, pipe.fs.max_th); in config_dummynet()
404 if (pipe.fs.max_th == 0) in config_dummynet()
632 SCALE_VAL(fs->max_th), in show_flowset_parms()
/dragonfly/sys/net/dummynet3/
HDip_dummynet3.h303 int max_th; /* maximum threshold for queue (scaled) */ member
424 int max_th; /* maximum threshold for queue (scaled) */ member
HDip_dummynet3.c920 if (q->avg >= fs->max_th) { /* Average queue >= Max threshold */ in red_drops()
1348 x->max_th = SCALE(ioc_fs->max_th); in config_red()
1351 x->c_1 = ioc_fs->max_p / (ioc_fs->max_th - ioc_fs->min_th); in config_red()
1354 x->c_3 = (SCALE(1) - ioc_fs->max_p) / ioc_fs->max_th; in config_red()
1772 ioc_fs->max_th = fs->max_th; in dn_copy_flowset()
/dragonfly/sys/net/dummynet/
HDip_dummynet.h288 int max_th; /* maximum threshold for queue (scaled) */ member
409 int max_th; /* maximum threshold for queue (scaled) */ member
HDip_dummynet.c901 if (q->avg >= fs->max_th) { /* Average queue >= Max threshold */ in red_drops()
1343 x->max_th = SCALE(ioc_fs->max_th); in config_red()
1346 x->c_1 = ioc_fs->max_p / (ioc_fs->max_th - ioc_fs->min_th); in config_red()
1349 x->c_3 = (SCALE(1) - ioc_fs->max_p) / ioc_fs->max_th; in config_red()
1793 ioc_fs->max_th = fs->max_th; in dn_copy_flowset()
/dragonfly/sbin/ipfw/
HDipfw2.c1411 SCALE_VAL(fs->max_th), in print_flowset_parms()
2312 pipe.fs.max_th = strtoul(end, &end, 0); in config_pipe()
2314 pipe.fs.max_th *= 1024; in config_pipe()
2395 if (pipe.fs.min_th >= pipe.fs.max_th) in config_pipe()
2397 pipe.fs.min_th, pipe.fs.max_th); in config_pipe()
2398 if (pipe.fs.max_th == 0) in config_pipe()