Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_dn_glue.c116 int min_th ; /* minimum threshold for queue (scaled) */ member
430 fs->min_th = f->min_th; in dn_compat_config_queue()
652 fs->min_th = f->min_th; in dn_c_copy_pipe()
706 fs->min_th = f->min_th; in dn_c_copy_fs()
HDip_dn_private.h229 int min_th ; /* minimum threshold for queue (scaled) */ member
HDip_dn_io.c369 if (q->avg < fs->min_th) { in red_drops()
390 } else if (q->avg > fs->min_th) { in red_drops()
HDip_dummynet.c1209 fs->min_th = SCALE(fs->fs.min_th); in config_red()
1212 if (fs->fs.max_th == fs->fs.min_th) in config_red()
1215 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red()
1216 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c496 fs->min_th, in print_flowset_parms()
1609 fs->min_th = strtoul(end, &end, 0); in ipfw_config_pipe()
1611 fs->min_th *= 1024; in ipfw_config_pipe()
1782 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe()
1784 fs->min_th, fs->max_th); in ipfw_config_pipe()
1785 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > fs->max_th)) in ipfw_config_pipe()
1787 fs->min_th, fs->max_th); in ipfw_config_pipe()
/freebsd-11-stable/sys/netinet/
HDip_dummynet.h168 int min_th ; /* minimum threshold for queue (scaled) */ member