Searched refs:min_th (Results 1 – 6 of 6) sorted by relevance
117 int min_th ; /* minimum threshold for queue (scaled) */ member432 fs->min_th = f->min_th; in dn_compat_config_queue()657 fs->min_th = f->min_th; in dn_c_copy_pipe()713 fs->min_th = f->min_th; in dn_c_copy_fs()
223 int min_th ; /* minimum threshold for queue (scaled) */ member
358 if (q->avg < fs->min_th) { in red_drops()379 } else if (q->avg > fs->min_th) { in red_drops()
1233 fs->min_th = SCALE(fs->fs.min_th); in config_red()1236 if (fs->fs.max_th == fs->fs.min_th) in config_red()1239 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red()1240 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()
168 int min_th ; /* minimum threshold for queue (scaled) */ member
500 "\n\t %cRED w_q %f min_th %d max_th %d max_p %f", in print_flowset_parms() 503 fs->min_th, in print_flowset_parms() 1616 NEED1("red/gred needs w_q/min_th/max_th/max_p\n"); in ipfw_config_pipe() 1621 * the format for parameters is w_q/min_th/max_th/max_p in ipfw_config_pipe() 1630 fs->min_th = strtoul(end, &end, 0); in ipfw_config_pipe() 1632 fs->min_th *= 1024; in ipfw_config_pipe() 1803 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe() 1804 errx(EX_DATAERR, "min_th %d must be < than max_th %d", in ipfw_config_pipe() 1805 fs->min_th, fs->max_th); in ipfw_config_pipe() 1806 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > f in ipfw_config_pipe() [all...]