Home
last modified time | relevance | path

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

/linux-6.12.1/net/dccp/ccids/lib/
Dpacket_history.c84 sizeof(struct tfrc_rx_hist_entry), in tfrc_rx_packet_history_init()
97 static inline void tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry, in tfrc_rx_hist_entry_from_skb()
114 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet()
129 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate()
159 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss()
171 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss()
194 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss()
203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss()
[all …]
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 *
Dloss_interval.c123 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss()