Home
last modified time | relevance | path

Searched refs:last_time (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dtcp_bic.c54 u32 last_time; /* time when updated last_cwnd */ member
65 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()
Dtcp_cubic.c88 u32 last_time; /* time when updated last_cwnd */ member
110 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()