Lines Matching defs:cubic
90 struct cubic { struct
105 uint32_t W_cubic; argument
107 uint32_t cwnd_epoch;
109 uint32_t flags;
111 int min_rtt_usecs;
113 int mean_rtt_usecs;
115 int epoch_ack_count;
117 int t_epoch;
119 int undo_t_epoch;
121 int64_t undo_K;
122 uint32_t undo_W_max;
123 uint32_t undo_cwnd_epoch;
124 uint32_t css_baseline_minrtt;
125 uint32_t css_current_round_minrtt;
126 uint32_t css_lastround_minrtt;
127 uint32_t css_rttsample_count;
128 uint32_t css_entered_at_round;
129 uint32_t css_current_round;
153 theoretical_cubic_k(uint32_t wmax_segs, uint32_t cwnd_epoch_segs) in theoretical_cubic_k() argument