Searched refs:epoch_start (Results 1 – 2 of 2) sorted by relevance
90 __u32 epoch_start; /* beginning of an epoch */ member111 ca->epoch_start = 0; in bictcp_reset()207 if (ca->epoch_start && delta > 0) { in BPF_PROG()208 ca->epoch_start += delta; in BPF_PROG()209 if (after(ca->epoch_start, now)) in BPF_PROG()210 ca->epoch_start = now; in BPF_PROG()287 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()293 if (ca->epoch_start == 0) { in bictcp_update()294 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()325 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()[all …]
55 u32 epoch_start; /* beginning of an epoch */ member66 ca->epoch_start = 0; in bictcp_reset()92 if (ca->epoch_start == 0) /* record the beginning of an epoch */ in bictcp_update()93 ca->epoch_start = tcp_jiffies32; in bictcp_update()166 ca->epoch_start = 0; /* end of epoch */ in bictcp_recalc_ssthresh()