Home
last modified time | relevance | path

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

/dragonfly/sbin/ipfw3/
HDipfw3dummynet.c311 pipe.fs.min_th = strtoul(end, &end, 0); in config_dummynet()
313 pipe.fs.min_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()
631 SCALE_VAL(fs->min_th), in show_flowset_parms()
/dragonfly/sys/net/dummynet3/
HDip_dummynet3.h304 int min_th; /* minimum threshold for queue (scaled) */ member
425 int min_th; /* minimum threshold for queue (scaled) */ member
HDip_dummynet3.c914 if (q->avg < fs->min_th) { in red_drops()
934 } else if (q->avg > fs->min_th) { in red_drops()
1347 x->min_th = SCALE(ioc_fs->min_th); in config_red()
1351 x->c_1 = ioc_fs->max_p / (ioc_fs->max_th - ioc_fs->min_th); in config_red()
1352 x->c_2 = SCALE_MUL(x->c_1, SCALE(ioc_fs->min_th)); in config_red()
1773 ioc_fs->min_th = fs->min_th; in dn_copy_flowset()
/dragonfly/sys/net/dummynet/
HDip_dummynet.h289 int min_th; /* minimum threshold for queue (scaled) */ member
410 int min_th; /* minimum threshold for queue (scaled) */ member
HDip_dummynet.c895 if (q->avg < fs->min_th) { in red_drops()
915 } else if (q->avg > fs->min_th) { in red_drops()
1342 x->min_th = SCALE(ioc_fs->min_th); in config_red()
1346 x->c_1 = ioc_fs->max_p / (ioc_fs->max_th - ioc_fs->min_th); in config_red()
1347 x->c_2 = SCALE_MUL(x->c_1, SCALE(ioc_fs->min_th)); in config_red()
1794 ioc_fs->min_th = fs->min_th; in dn_copy_flowset()
/dragonfly/sbin/ipfw/
HDipfw2.c1410 SCALE_VAL(fs->min_th), in print_flowset_parms()
2307 pipe.fs.min_th = strtoul(end, &end, 0); in config_pipe()
2309 pipe.fs.min_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()