Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/ccids/lib/
Dpacket_history.c381 return h->ring[h->rtt_sample_prev]; in tfrc_rx_hist_rtt_prev_s()
396 if (h->rtt_sample_prev == 2) { /* previous candidate stored */ in tfrc_rx_hist_sample_rtt()
414 h->rtt_sample_prev = 1; in tfrc_rx_hist_sample_rtt()
421 h->rtt_sample_prev = 2; in tfrc_rx_hist_sample_rtt()
430 h->rtt_sample_prev = 0; /* use current entry as next reference */ in tfrc_rx_hist_sample_rtt()
Dpacket_history.h85 #define rtt_sample_prev loss_start macro