Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.h343 #define SCALE(x) ( (x) << SCALE_RED ) macro
496 #define SCALE(x) ( (x) << SCALE_RED ) macro
621 #define SCALE(x) ( (x) << SCALE_RED ) macro
H A Dip_dummynet.c1399 int diff = SCALE(q_size) - q->avg; in red_drops()
1458 if (SCALE_MUL(p_b, SCALE((int64_t) q->count)) > q->random) { in red_drops()
1909 x->min_th = SCALE(p->min_th); in config_red()
1910 x->max_th = SCALE(p->max_th); in config_red()
1914 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()
1916 x->c_3 = (SCALE(1) - p->max_p) / p->max_th; in config_red()
1917 x->c_4 = (SCALE(1) - 2 * p->max_p); in config_red()
1942 x->w_q_lookup[0] = SCALE(1) - x->w_q; in config_red()