Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip_dummynet.c1385 int64_t p_b = 0; in red_drops() local
1431 p_b = SCALE_MUL((int64_t) fs->c_3, (int64_t) q->avg) - fs->c_4; in red_drops()
1443 p_b = SCALE_MUL((int64_t) fs->c_1, (int64_t) q->avg) - fs->c_2; in red_drops()
1446 p_b = (p_b * len) / fs->max_pkt_size; in red_drops()
1455 if (SCALE_MUL(p_b, SCALE((int64_t) q->count)) > q->random) { in red_drops()