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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_cubic.c89 u32 epoch_start; /* beginning of an epoch */ member in struct:bictcp
112 ca->epoch_start = 0;
206 if (ca->epoch_start == 0) {
207 ca->epoch_start = tcp_time_stamp; /* record the beginning of an epoch */
239 t = ((tcp_time_stamp + (ca->delay_min>>3) - ca->epoch_start)
307 ca->epoch_start = 0; /* end of epoch */
391 if ((s32)(tcp_time_stamp - ca->epoch_start) < HZ)
H A Dtcp_bic.c57 u32 epoch_start; /* beginning of an epoch */ member in struct:bictcp
69 ca->epoch_start = 0;
92 if (ca->epoch_start == 0) /* record the beginning of an epoch */
93 ca->epoch_start = tcp_time_stamp;
166 ca->epoch_start = 0; /* end of epoch */

Completed in 121 milliseconds