Home
last modified time | relevance | path

Searched refs:epoch_start (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_cubic.c92 u32 epoch_start; /* beginning of an epoch */ member
113 ca->epoch_start = 0; in bictcp_reset()
164 if (ca->epoch_start && delta > 0) { in bictcp_cwnd_event()
165 ca->epoch_start += delta; in bictcp_cwnd_event()
166 if (after(ca->epoch_start, now)) in bictcp_cwnd_event()
167 ca->epoch_start = now; in bictcp_cwnd_event()
239 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
245 if (ca->epoch_start == 0) { in bictcp_update()
246 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
277 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
[all …]
Dtcp_bic.c54 u32 epoch_start; /* beginning of an epoch */ member
65 ca->epoch_start = 0; in bictcp_reset()
91 if (ca->epoch_start == 0) /* record the beginning of an epoch */ in bictcp_update()
92 ca->epoch_start = tcp_jiffies32; in bictcp_update()
164 ca->epoch_start = 0; /* end of epoch */ in bictcp_recalc_ssthresh()