Lines Matching refs:epoch_start
93 u32 epoch_start; /* beginning of an epoch */ member
152 if (ca->epoch_start && delta > 0) { in cubictcp_cwnd_event()
153 ca->epoch_start += delta; in cubictcp_cwnd_event()
154 if (after(ca->epoch_start, now)) in cubictcp_cwnd_event()
155 ca->epoch_start = now; in cubictcp_cwnd_event()
227 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
233 if (ca->epoch_start == 0) { in bictcp_update()
234 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
265 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
346 ca->epoch_start = 0; /* end of epoch */ in cubictcp_recalc_ssthresh()
456 if (ca->epoch_start && (s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in cubictcp_acked()