Lines Matching refs:epoch_start
82 __u32 epoch_start; /* beginning of an epoch */ member
103 ca->epoch_start = 0; in bictcp_reset()
201 if (ca->epoch_start && delta > 0) { in BPF_PROG()
202 ca->epoch_start += delta; in BPF_PROG()
203 if (after(ca->epoch_start, now)) in BPF_PROG()
204 ca->epoch_start = now; in BPF_PROG()
282 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
288 if (ca->epoch_start == 0) { in bictcp_update()
289 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
320 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()
405 ca->epoch_start = 0; /* end of epoch */ in BPF_STRUCT_OPS()
508 if (ca->epoch_start && (__s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in BPF_STRUCT_OPS()