Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c302 p->fs.min_th = user_pipe_32.fs.min_th; in cp_pipe_from_user_32()
350 p->fs.min_th = user_pipe_64.fs.min_th; in cp_pipe_from_user_64()
381 fs_bp->min_th = set->min_th; in cp_flow_set_to_32_user()
411 fs_bp->min_th = set->min_th; in cp_flow_set_to_64_user()
1425 if (q->avg < fs->min_th) { in red_drops()
1443 } else if (q->avg > fs->min_th) { in red_drops()
1910 x->min_th = SCALE(p->min_th); in config_red()
1914 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
1915 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()