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

/net/dccp/ccids/lib/
H A Dpacket_history.c97 sizeof(struct tfrc_rx_hist_entry),
110 static inline void tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry,
127 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h);
142 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq)
152 struct tfrc_rx_hist_entry *tmp = h->ring[idx_a];
174 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1);
181 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno,
186 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2);
193 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp;
209 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(
[all...]
H A Dpacket_history.h73 * tfrc_rx_hist_entry - Store information about a single received packet
79 struct tfrc_rx_hist_entry { struct
95 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1];
112 static inline struct tfrc_rx_hist_entry *
119 * tfrc_rx_hist_entry - return the n-th history entry after loss_start
121 static inline struct tfrc_rx_hist_entry *
122 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) function
130 static inline struct tfrc_rx_hist_entry *
H A Dloss_interval.c124 struct tfrc_rx_hist_entry *new_loss)

Completed in 40 milliseconds