Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_dummynet.h348 int min_th; /* minimum threshold for queue (scaled) */ member
501 int min_th; /* minimum threshold for queue (scaled) */ member
626 int min_th; /* minimum threshold for queue (scaled) */ member
H A Dip_dummynet.c301 p->fs.min_th = user_pipe_32.fs.min_th; in cp_pipe_from_user_32()
348 p->fs.min_th = user_pipe_64.fs.min_th; in cp_pipe_from_user_64()
379 fs_bp->min_th = set->min_th; in cp_flow_set_to_32_user()
409 fs_bp->min_th = set->min_th; in cp_flow_set_to_64_user()
1423 if (q->avg < fs->min_th) { in red_drops()
1441 } else if (q->avg > fs->min_th) { in red_drops()
1908 x->min_th = SCALE(p->min_th); in config_red()
1912 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
1913 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()