Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dpacket_history.c84 sizeof(struct tfrc_rx_hist_entry), in tfrc_rx_packet_history_init()
97 static inline void tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry, in tfrc_rx_hist_entry_from_skb()
114 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet()
129 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate()
159 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss()
171 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss()
194 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss()
203 s1 = tfrc_rx_hist_entry( in __two_after_loss()
[all...]
H A Dpacket_history.h60 * tfrc_rx_hist_entry - Store information about a single received packet
66 struct tfrc_rx_hist_entry { struct
82 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1];
99 static inline struct tfrc_rx_hist_entry *
106 * tfrc_rx_hist_entry - return the n-th history entry after loss_start
108 static inline struct tfrc_rx_hist_entry *
109 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry() function
117 static inline struct tfrc_rx_hist_entry *
H A Dloss_interval.c120 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dpacket_history.c84 sizeof(struct tfrc_rx_hist_entry), in tfrc_rx_packet_history_init()
97 static inline void tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry, in tfrc_rx_hist_entry_from_skb()
114 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet()
129 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate()
159 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss()
171 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss()
194 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss()
203 s1 = tfrc_rx_hist_entry( in __two_after_loss()
[all...]
H A Dpacket_history.h60 * tfrc_rx_hist_entry - Store information about a single received packet
66 struct tfrc_rx_hist_entry { struct
82 struct tfrc_rx_hist_entry *ring[TFRC_NDUPACK + 1];
99 static inline struct tfrc_rx_hist_entry *
106 * tfrc_rx_hist_entry - return the n-th history entry after loss_start
108 static inline struct tfrc_rx_hist_entry *
109 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry() function
117 static inline struct tfrc_rx_hist_entry *
H A Dloss_interval.c123 struct tfrc_rx_hist_entry *new_loss) in tfrc_lh_is_new_loss()

Completed in 5 milliseconds