Home
last modified time | relevance | path

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

/linux-5.19.10/net/dccp/ccids/lib/
Dloss_interval.c123 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss() argument
125 return dccp_delta_seqno(cur->li_seqno, new_loss->tfrchrx_seqno) > 0 && in tfrc_lh_is_new_loss()
126 (cur->li_is_closed || SUB16(new_loss->tfrchrx_ccval, cur->li_ccval) > 4); in tfrc_lh_is_new_loss()