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

/freebsd-11-stable/sys/netinet/cc/
H A Dcc_htcp.c159 int t_last_cong; member in struct:htcp
260 htcp_data->t_last_cong = ticks;
290 htcp_data->t_last_cong = ticks;
307 htcp_data->t_last_cong = ticks;
322 htcp_data->t_last_cong = ticks;
395 * losses and restart alpha from scratch by setting t_last_cong = now -
402 if (now < htcp_data->t_last_cong)
403 htcp_data->t_last_cong = now - HTCP_DELTA_L;
405 diff = now - htcp_data->t_last_cong - HTCP_DELTA_L;
H A Dcc_cubic.c98 int t_last_cong; member in struct:cubic
139 ticks_since_cong = ticks - cubic_data->t_last_cong;
212 cubic_data->t_last_cong = ticks;
250 cubic_data->t_last_cong = ticks;
266 cubic_data->t_last_cong = ticks;
338 cubic_data->t_last_cong = ticks;

Completed in 53 milliseconds