Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c301 p->fs.max_th = user_pipe_32.fs.max_th; in cp_pipe_from_user_32()
349 p->fs.max_th = user_pipe_64.fs.max_th; in cp_pipe_from_user_64()
380 fs_bp->max_th = set->max_th; in cp_flow_set_to_32_user()
410 fs_bp->max_th = set->max_th; in cp_flow_set_to_64_user()
1429 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
1911 x->max_th = SCALE(p->max_th); in config_red()
1914 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
1917 x->c_3 = (SCALE(1) - p->max_p) / p->max_th; in config_red()