Home
last modified time | relevance | path

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

/linux/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()