Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.h350 u_int c_1; /* max_p/(max_th-min_th) (scaled) */ member
503 u_int c_1; /* max_p/(max_th-min_th) (scaled) */ member
628 u_int c_1; /* max_p/(max_th-min_th) (scaled) */ member
H A Dip_dummynet.c304 p->fs.c_1 = user_pipe_32.fs.c_1; in cp_pipe_from_user_32()
352 p->fs.c_1 = user_pipe_64.fs.c_1; in cp_pipe_from_user_64()
383 fs_bp->c_1 = set->c_1; in cp_flow_set_to_32_user()
413 fs_bp->c_1 = set->c_1; in cp_flow_set_to_64_user()
1449 p_b = SCALE_MUL((int64_t) fs->c_1, (int64_t) q->avg) - fs->c_2; in red_drops()
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()