Home
last modified time | relevance | path

Searched refs:rtt_sample_prev (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dpacket_history.c383 return h->ring[h->rtt_sample_prev]; in tfrc_rx_hist_rtt_prev_s()
398 if (h->rtt_sample_prev == 2) { /* previous candidate stored */ in tfrc_rx_hist_sample_rtt()
416 h->rtt_sample_prev = 1; in tfrc_rx_hist_sample_rtt()
423 h->rtt_sample_prev = 2; in tfrc_rx_hist_sample_rtt()
432 h->rtt_sample_prev = 0; /* use current entry as next reference */ in tfrc_rx_hist_sample_rtt()
H A Dpacket_history.h79 * @rtt_sample_prev: Used during RTT sampling, points to candidate entry
85 #define rtt_sample_prev loss_start macro
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A 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()
H A Dpacket_history.h79 * @rtt_sample_prev: Used during RTT sampling, points to candidate entry
85 #define rtt_sample_prev loss_start macro

Completed in 5 milliseconds