Searched refs:tfrchrx_ccval (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.c | 104 entry->tfrchrx_ccval = dh->dccph_ccval; in tfrc_rx_hist_entry_from_skb() 395 tfrc_rx_hist_rtt_last_s(h)->tfrchrx_ccval); in tfrc_rx_hist_sample_rtt() 399 sample = SUB16(tfrc_rx_hist_rtt_prev_s(h)->tfrchrx_ccval, in tfrc_rx_hist_sample_rtt() 400 tfrc_rx_hist_rtt_last_s(h)->tfrchrx_ccval); in tfrc_rx_hist_sample_rtt() 413 tfrc_rx_hist_rtt_prev_s(h)->tfrchrx_ccval, in tfrc_rx_hist_sample_rtt() 414 tfrc_rx_hist_rtt_last_s(h)->tfrchrx_ccval); in tfrc_rx_hist_sample_rtt()
|
H A D | loss_interval.c | 123 (cur->li_is_closed || SUB16(new_loss->tfrchrx_ccval, cur->li_ccval) > 4); in tfrc_lh_is_new_loss() 150 new->li_ccval = tfrc_rx_hist_loss_prev(rh)->tfrchrx_ccval; in tfrc_lh_interval_add()
|
H A D | packet_history.h | 62 * @tfrchrx_ccval: window counter value of packet (RFC 4342, 8.1) 68 tfrchrx_ccval:4, member
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | packet_history.c | 104 entry->tfrchrx_ccval = dh->dccph_ccval; in tfrc_rx_hist_entry_from_skb() 398 tfrc_rx_hist_rtt_last_s(h)->tfrchrx_ccval); in tfrc_rx_hist_sample_rtt() 402 sample = SUB16(tfrc_rx_hist_rtt_prev_s(h)->tfrchrx_ccval, in tfrc_rx_hist_sample_rtt() 403 tfrc_rx_hist_rtt_last_s(h)->tfrchrx_ccval); in tfrc_rx_hist_sample_rtt() 416 tfrc_rx_hist_rtt_prev_s(h)->tfrchrx_ccval, in tfrc_rx_hist_sample_rtt() 417 tfrc_rx_hist_rtt_last_s(h)->tfrchrx_ccval); in tfrc_rx_hist_sample_rtt()
|
H A D | loss_interval.c | 126 (cur->li_is_closed || SUB16(new_loss->tfrchrx_ccval, cur->li_ccval) > 4); in tfrc_lh_is_new_loss() 153 new->li_ccval = tfrc_rx_hist_loss_prev(rh)->tfrchrx_ccval; in tfrc_lh_interval_add()
|
H A D | packet_history.h | 62 * @tfrchrx_ccval: window counter value of packet (RFC 4342, 8.1) 68 tfrchrx_ccval:4, member
|
Completed in 4 milliseconds