Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/dccp/ccids/lib/
A Dpacket_history.c84 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 Dpacket_history.h66 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 Dloss_interval.c123 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss()

Completed in 5 milliseconds