Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c300 p->fs.max_th = user_pipe_32.fs.max_th; in cp_pipe_from_user_32()
347 p->fs.max_th = user_pipe_64.fs.max_th; in cp_pipe_from_user_64()
378 fs_bp->max_th = set->max_th; in cp_flow_set_to_32_user()
408 fs_bp->max_th = set->max_th; in cp_flow_set_to_64_user()
1427 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
1909 x->max_th = SCALE(p->max_th); in config_red()
1912 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
1915 x->c_3 = (SCALE(1) - p->max_p) / p->max_th; in config_red()