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

/net/dccp/ccids/lib/
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 *

Completed in 52 milliseconds