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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dpacket_history.c136 sizeof(struct tfrc_rx_hist_entry),
149 static inline void tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry,
166 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h);
181 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq)
191 struct tfrc_rx_hist_entry *tmp = h->ring[idx_a];
213 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1);
220 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno,
225 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2);
232 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp;
248 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(
[all...]
H A Dpacket_history.h57 * tfrc_rx_hist_entry - Store information about a single received packet
63 struct tfrc_rx_hist_entry { struct
79 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1];
96 static inline struct tfrc_rx_hist_entry *
103 * tfrc_rx_hist_entry - return the n-th history entry after loss_start
105 static inline struct tfrc_rx_hist_entry *
106 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) function
114 static inline struct tfrc_rx_hist_entry *
H A Dloss_interval.c124 struct tfrc_rx_hist_entry *new_loss)

Completed in 100 milliseconds