Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.h348 int max_th; /* maximum threshold for queue (scaled) */ member
501 int max_th; /* maximum threshold for queue (scaled) */ member
626 int max_th; /* maximum threshold for queue (scaled) */ member
H A Dip_dummynet.c351 p->fs.max_th = user_pipe_32.fs.max_th; in cp_pipe_from_user_32()
401 p->fs.max_th = user_pipe_64.fs.max_th; in cp_pipe_from_user_64()
435 fs_bp->max_th = set->max_th; in cp_flow_set_to_32_user()
465 fs_bp->max_th = set->max_th; in cp_flow_set_to_64_user()
1553 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
2044 x->max_th = SCALE(p->max_th); in config_red()
2047 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
2050 x->c_3 = (SCALE(1) - p->max_p) / p->max_th; in config_red()