Home
last modified time | relevance | path

Searched refs:delta_v (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dpacket_history.c394 delta_v = SUB16(dccp_hdr(skb)->dccph_ccval, in tfrc_rx_hist_sample_rtt() local
397 if (delta_v < 1 || delta_v > 4) { /* unsuitable CCVal delta */ in tfrc_rx_hist_sample_rtt()
415 } else if (delta_v < 1) { in tfrc_rx_hist_sample_rtt()
420 } else if (delta_v == 4) /* optimal match */ in tfrc_rx_hist_sample_rtt()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dpacket_history.c397 delta_v = SUB16(dccp_hdr(skb)->dccph_ccval, in tfrc_rx_hist_sample_rtt() local
400 if (delta_v < 1 || delta_v > 4) { /* unsuitable CCVal delta */ in tfrc_rx_hist_sample_rtt()
418 } else if (delta_v < 1) { in tfrc_rx_hist_sample_rtt()
423 } else if (delta_v == 4) /* optimal match */ in tfrc_rx_hist_sample_rtt()

Completed in 3 milliseconds