Lines Matching defs:rtcc_cc
237 struct rtcc_cc { struct
238 struct timeval tls; /* The time we started the sending */
239 uint64_t lbw; /* Our last estimated bw */
240 uint64_t lbw_rtt; /* RTT at bw estimate */
241 uint64_t bw_bytes; /* The total bytes since this sending began */
242 uint64_t bw_tot_time; /* The total time since sending began */
243 uint64_t new_tot_time; /* temp holding the new value */
244 uint64_t bw_bytes_at_last_rttc; /* What bw_bytes was at last rtt calc */
245 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */
246 uint32_t vol_reduce; /* cnt of voluntary reductions */
247 uint16_t steady_step; /* The number required to be in steady state */
248 uint16_t step_cnt; /* The current number */
249 uint8_t ret_from_eq; /* When all things are equal what do I return
251 uint8_t use_dccc_ecn; /* Flag to enable DCCC ECN */
252 uint8_t tls_needs_set; /* Flag to indicate we need to set tls 0 or 1
254 uint8_t last_step_state; /* Last state if steady state stepdown
256 uint8_t rtt_set_this_sack; /* Flag saying this sack had RTT calc
258 uint8_t last_inst_ind; /* Last saved inst indication */