Searched refs:epoch_ack_count (Results 1 – 2 of 2) sorted by relevance
561 if (cubic_data->epoch_ack_count > 0 && in cubic_post_recovery()562 cubic_data->sum_rtt_usecs >= cubic_data->epoch_ack_count) { in cubic_post_recovery()564 cubic_data->epoch_ack_count); in cubic_post_recovery()567 cubic_data->epoch_ack_count = 0; in cubic_post_recovery()613 cubic_data->epoch_ack_count++; in cubic_record_rtt()
115 int epoch_ack_count; member