Searched refs:tfrc_tx_hist_entry (Results 1 - 4 of 4) sorted by relevance

/net/dccp/ccids/lib/
H A Dpacket_history.h44 * tfrc_tx_hist_entry - Simple singly-linked TX history list
49 struct tfrc_tx_hist_entry { struct
50 struct tfrc_tx_hist_entry *next;
55 static inline struct tfrc_tx_hist_entry *
56 tfrc_tx_hist_find_entry(struct tfrc_tx_hist_entry *head, u64 seqno)
63 extern int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno);
64 extern void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);
H A Dpacket_history.c49 sizeof(struct tfrc_tx_hist_entry),
62 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno)
64 struct tfrc_tx_hist_entry *entry = kmem_cache_alloc(tfrc_tx_hist_slab, gfp_any());
75 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp)
77 struct tfrc_tx_hist_entry *head = *headp;
80 struct tfrc_tx_hist_entry *next = head->next;
/net/dccp/ccids/
H A Dccid3.h111 struct tfrc_tx_hist_entry *tx_hist;
H A Dccid3.c370 struct tfrc_tx_hist_entry *acked;

Completed in 163 milliseconds