Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_cubic.c549 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()
H A Dcc_cubic.h106 int epoch_ack_count; member