Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c396 return h->ring[h->rtt_sample_prev]; in tfrc_rx_hist_rtt_prev_s()
411 if (h->rtt_sample_prev == 2) { /* previous candidate stored */ in tfrc_rx_hist_sample_rtt()
429 h->rtt_sample_prev = 1; in tfrc_rx_hist_sample_rtt()
436 h->rtt_sample_prev = 2; in tfrc_rx_hist_sample_rtt()
445 h->rtt_sample_prev = 0; /* use current entry as next reference */ in tfrc_rx_hist_sample_rtt()
Dpacket_history.h98 #define rtt_sample_prev loss_start macro