Searched refs:tfrc_rx_hist (Results 1 - 5 of 5) 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.h72 * tfrc_rx_hist - RX history structure for TFRC-based protocols
78 struct tfrc_rx_hist { struct
88 static inline u8 tfrc_rx_hist_index(const struct tfrc_rx_hist *h, const u8 n)
97 tfrc_rx_hist_last_rcv(const struct tfrc_rx_hist *h)
106 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n)
115 tfrc_rx_hist_loss_prev(const struct tfrc_rx_hist *h)
121 static inline bool tfrc_rx_hist_loss_pending(const struct tfrc_rx_hist *h)
126 extern void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h,
129 extern int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb);
132 extern int tfrc_rx_handle_loss(struct tfrc_rx_hist *
[all...]
H A Dloss_interval.h66 struct tfrc_rx_hist;
68 extern int tfrc_lh_interval_add(struct tfrc_loss_hist *, struct tfrc_rx_hist *,
H A Dpacket_history.c162 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h,
172 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb)
187 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b)
206 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1)
217 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2)
254 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3)
317 static void __three_after_loss(struct tfrc_rx_hist *h)
364 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h,
387 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h)
408 void tfrc_rx_hist_purge(struct tfrc_rx_hist *
[all...]
H A Dloss_interval.c138 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h156 struct tfrc_rx_hist rx_hist;

Completed in 166 milliseconds