Home
last modified time | relevance | path

Searched refs:epoch_ack_count (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.c107 int epoch_ack_count; member
407 if (cubic_data->epoch_ack_count > 0 && in cubic_post_recovery()
408 cubic_data->sum_rtt_nsecs >= cubic_data->epoch_ack_count) { in cubic_post_recovery()
410 (cubic_data->sum_rtt_nsecs / cubic_data->epoch_ack_count); in cubic_post_recovery()
413 cubic_data->epoch_ack_count = 0; in cubic_post_recovery()
458 cubic_data->epoch_ack_count++; in cubic_record_rtt()