Home
last modified time | relevance | path

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

/linux-5.19.10/net/dccp/ccids/lib/
Dpacket_history.c383 return h->ring[h->rtt_sample_prev]; in tfrc_rx_hist_rtt_prev_s()
401 if (h->rtt_sample_prev == 2) { /* previous candidate stored */ in tfrc_rx_hist_sample_rtt()
419 h->rtt_sample_prev = 1; in tfrc_rx_hist_sample_rtt()
426 h->rtt_sample_prev = 2; in tfrc_rx_hist_sample_rtt()
435 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