Searched refs:x_calc (Results 1 – 2 of 2) sorted by relevance
85 struct fixpoint x_calc; /* Calculated send (?) rate */ member
316 cb->x_calc = *tfrc_calcX(cb->s, cb->rtt, &cb->p); in tfrc_updateX()319 if (fixpoint_cmp(&cb->x_calc, &temp) < 0) in tfrc_updateX()320 temp = cb->x_calc; in tfrc_updateX()430 if (fixpoint_cmp(&cb->p, &v) < 0 && cb->x_calc.num == 0) in tfrc_time_no_feedback()436 if (fixpoint_cmp(&cb->p, &v) || fixpoint_cmp(&cb->x_calc, &w) > 0) { in tfrc_time_no_feedback()