Home
last modified time | relevance | path

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

/trueos/sys/netpfil/ipfw/
HDip_dn_glue.c112 int max_th ; /* maximum threshold for queue (scaled) */ member
426 fs->max_th = f->max_th; in dn_compat_config_queue()
648 fs->max_th = f->max_th; in dn_c_copy_pipe()
702 fs->max_th = f->max_th; in dn_c_copy_fs()
HDip_dn_private.h220 int max_th ; /* maximum threshold for queue (scaled) */ member
HDip_dummynet.c1069 fs->max_th = SCALE(fs->fs.max_th); in config_red()
1071 fs->c_1 = fs->max_p / (fs->fs.max_th - fs->fs.min_th); in config_red()
1075 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red()
HDip_dn_io.c339 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
/trueos/sbin/ipfw/
HDdummynet.c248 fs->max_th, in print_flowset_parms()
1043 fs->max_th = strtoul(end, &end, 0); in ipfw_config_pipe()
1045 fs->max_th *= 1024; in ipfw_config_pipe()
1182 if (fs->min_th >= fs->max_th) in ipfw_config_pipe()
1184 fs->min_th, fs->max_th); in ipfw_config_pipe()
1185 if (fs->max_th == 0) in ipfw_config_pipe()
/trueos/sys/netinet/
HDip_dummynet.h157 int max_th ; /* maximum threshold for queue (scaled) */ member