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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c1025 int64_t p_b = 0; local
1068 * p_b = c_3 * avg - c_4
1071 p_b = SCALE_MUL((int64_t) fs->c_3, (int64_t) q->avg) - fs->c_4;
1079 * we compute p_b using the linear dropping function p_b = c_1 *
1083 p_b = SCALE_MUL((int64_t) fs->c_1, (int64_t) q->avg) - fs->c_2;
1086 p_b = (p_b * len) / fs->max_pkt_size;
1094 if (SCALE_MUL(p_b, SCALE((int64_t) q->count)) > q->random) {

Completed in 50 milliseconds