Searched refs:epoch_ack_count (Results 1 – 2 of 2) sorted by relevance
549 if (cubic_data->epoch_ack_count > 0 && in cubic_post_recovery()550 cubic_data->sum_rtt_usecs >= cubic_data->epoch_ack_count) { in cubic_post_recovery()552 cubic_data->epoch_ack_count); in cubic_post_recovery()555 cubic_data->epoch_ack_count = 0; in cubic_post_recovery()601 cubic_data->epoch_ack_count++; in cubic_record_rtt()
106 int epoch_ack_count; member