Searched refs:t_last_cong (Results 1 – 1 of 1) sorted by relevance
163 int t_last_cong; member271 htcp_data->t_last_cong = ticks; in htcp_cb_init()303 htcp_data->t_last_cong = ticks; in htcp_cong_signal()320 htcp_data->t_last_cong = ticks; in htcp_cong_signal()341 htcp_data->t_last_cong = ticks; in htcp_cong_signal()413 if (now < htcp_data->t_last_cong) in htcp_recalc_alpha()414 htcp_data->t_last_cong = now - HTCP_DELTA_L; in htcp_recalc_alpha()416 diff = now - htcp_data->t_last_cong - HTCP_DELTA_L; in htcp_recalc_alpha()