Searched refs:last_time (Results 1 – 2 of 2) sorted by relevance
54 u32 last_time; /* time when updated last_cwnd */ member65 ca->last_time = 0; in bictcp_reset()87 (s32)(tcp_time_stamp - ca->last_time) <= HZ / 32) in bictcp_update()91 ca->last_time = tcp_time_stamp; in bictcp_update()
88 u32 last_time; /* time when updated last_cwnd */ member110 ca->last_time = 0; in bictcp_reset()234 (s32)(tcp_time_stamp - ca->last_time) <= HZ / 32) in bictcp_update()241 if (ca->epoch_start && tcp_time_stamp == ca->last_time) in bictcp_update()245 ca->last_time = tcp_time_stamp; in bictcp_update()