Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bic.c57 u32 epoch_start; /* beginning of an epoch */ member
69 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_time_stamp; in bictcp_update()
175 ca->epoch_start = 0; /* end of epoch */ in bictcp_recalc_ssthresh()
Dtcp_cubic.c89 u32 epoch_start; /* beginning of an epoch */ member
112 ca->epoch_start = 0; in bictcp_reset()
206 if (ca->epoch_start == 0) { in bictcp_update()
207 ca->epoch_start = tcp_time_stamp; /* record the beginning of an epoch */ in bictcp_update()
239 t = ((tcp_time_stamp + (ca->delay_min>>3) - ca->epoch_start) in bictcp_update()
316 ca->epoch_start = 0; /* end of epoch */ in bictcp_recalc_ssthresh()
400 if ((s32)(tcp_time_stamp - ca->epoch_start) < HZ) in bictcp_acked()