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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_cubic.c64 u32 epoch_start; /* beginning of an epoch */ member in struct:bictcp
81 ca->epoch_start = 0;
159 if (ca->epoch_start == 0) {
160 ca->epoch_start = tcp_time_stamp; /* record the beginning of an epoch */
192 t = ((tcp_time_stamp + (ca->delay_min>>3) - ca->epoch_start)
260 (s32)(tcp_time_stamp - ca->epoch_start) < HZ)
307 ca->epoch_start = 0; /* end of epoch */
H A Dtcp_bic.c56 u32 epoch_start; /* beginning of an epoch */ member in struct:bictcp
68 ca->epoch_start = 0;
91 if (ca->epoch_start == 0) /* record the beginning of an epoch */
92 ca->epoch_start = tcp_time_stamp;
175 ca->epoch_start = 0; /* end of epoch */

Completed in 56 milliseconds