Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c97 sizeof(struct tfrc_rx_hist_entry), in tfrc_rx_packet_history_init()
110 static inline void tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry, in tfrc_rx_hist_entry_from_skb()
127 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet()
142 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate()
152 struct tfrc_rx_hist_entry *tmp = h->ring[idx_a]; in tfrc_rx_hist_swap()
174 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
181 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss()
186 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss()
193 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss()
209 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss()
[all …]
Dpacket_history.h79 struct tfrc_rx_hist_entry { struct
95 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1]; argument
112 static inline struct tfrc_rx_hist_entry *
121 static inline struct tfrc_rx_hist_entry *
122 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry() function
130 static inline struct tfrc_rx_hist_entry *
Dloss_interval.c124 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss()