Searched refs:epoch_start (Results 1 – 1 of 1) sorted by relevance
84 __u32 epoch_start; /* beginning of an epoch */ member105 ca->epoch_start = 0; in bictcp_reset()213 if (ca->epoch_start && delta > 0) { in BPF_PROG()214 ca->epoch_start += delta; in BPF_PROG()215 if (after(ca->epoch_start, now)) in BPF_PROG()216 ca->epoch_start = now; in BPF_PROG()291 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()297 if (ca->epoch_start == 0) { in bictcp_update()298 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()329 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()[all …]