Lines Matching refs:epoch_start
93 u32 epoch_start; /* beginning of an epoch */ member
114 ca->epoch_start = 0; in bictcp_reset()
161 if (ca->epoch_start && delta > 0) { in bictcp_cwnd_event()
162 ca->epoch_start += delta; in bictcp_cwnd_event()
163 if (after(ca->epoch_start, now)) in bictcp_cwnd_event()
164 ca->epoch_start = now; in bictcp_cwnd_event()
236 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
242 if (ca->epoch_start == 0) { in bictcp_update()
243 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
274 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
355 ca->epoch_start = 0; /* end of epoch */ in bictcp_recalc_ssthresh()
465 if (ca->epoch_start && (s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in bictcp_acked()