Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.h349 int min_th; /* minimum threshold for queue (scaled) */ member
502 int min_th; /* minimum threshold for queue (scaled) */ member
627 int min_th; /* minimum threshold for queue (scaled) */ member
H A Dip_dummynet.c352 p->fs.min_th = user_pipe_32.fs.min_th; in cp_pipe_from_user_32()
402 p->fs.min_th = user_pipe_64.fs.min_th; in cp_pipe_from_user_64()
436 fs_bp->min_th = set->min_th; in cp_flow_set_to_32_user()
466 fs_bp->min_th = set->min_th; in cp_flow_set_to_64_user()
1549 if (q->avg < fs->min_th) { in red_drops()
1567 } else if (q->avg > fs->min_th) { in red_drops()
2043 x->min_th = SCALE(p->min_th); in config_red()
2047 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()
2048 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()