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.c561 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()
H A Dcc_cubic.h115 int epoch_ack_count; member