Searched refs:tfrc_rx_hist_entry (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/dccp/ccids/lib/ |
A D | packet_history.c | 84 sizeof(struct tfrc_rx_hist_entry), in tfrc_rx_packet_history_init() 166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() 178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss() 203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() 204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() 228 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss() 232 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss() 274 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss() 275 n3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_ndp; in __three_after_loss() 370 static inline struct tfrc_rx_hist_entry * [all …]
|
A D | packet_history.h | 66 struct tfrc_rx_hist_entry { struct 82 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1]; argument 99 static inline struct tfrc_rx_hist_entry * 108 static inline struct tfrc_rx_hist_entry * 109 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry() function 117 static inline struct tfrc_rx_hist_entry *
|
A D | loss_interval.c | 123 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss()
|
Completed in 5 milliseconds