Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.h347 int max_th; /* maximum threshold for queue (scaled) */ member
500 int max_th; /* maximum threshold for queue (scaled) */ member
625 int max_th; /* maximum threshold for queue (scaled) */ member
H A Dip_dummynet.c296 p->fs.max_th = user_pipe_32.fs.max_th; in cp_pipe_from_user_32()
343 p->fs.max_th = user_pipe_64.fs.max_th; in cp_pipe_from_user_64()
374 fs_bp->max_th = set->max_th; in cp_flow_set_to_32_user()
404 fs_bp->max_th = set->max_th; in cp_flow_set_to_64_user()
1423 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
1905 x->max_th = SCALE(p->max_th); in config_red()
1908 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
1911 x->c_3 = (SCALE(1) - p->max_p) / p->max_th; in config_red()