tfrc_tx_hist_entry  357 net/dccp/ccids/ccid3.c 	struct tfrc_tx_hist_entry *acked;
tfrc_tx_hist_entry   99 net/dccp/ccids/ccid3.h 	struct tfrc_tx_hist_entry	*tx_hist;
tfrc_tx_hist_entry   36 net/dccp/ccids/lib/packet_history.c 					      sizeof(struct tfrc_tx_hist_entry),
tfrc_tx_hist_entry   49 net/dccp/ccids/lib/packet_history.c int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno)
tfrc_tx_hist_entry   51 net/dccp/ccids/lib/packet_history.c 	struct tfrc_tx_hist_entry *entry = kmem_cache_alloc(tfrc_tx_hist_slab, gfp_any());
tfrc_tx_hist_entry   62 net/dccp/ccids/lib/packet_history.c void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp)
tfrc_tx_hist_entry   64 net/dccp/ccids/lib/packet_history.c 	struct tfrc_tx_hist_entry *head = *headp;
tfrc_tx_hist_entry   67 net/dccp/ccids/lib/packet_history.c 		struct tfrc_tx_hist_entry *next = head->next;
tfrc_tx_hist_entry   37 net/dccp/ccids/lib/packet_history.h 	struct tfrc_tx_hist_entry *next;
tfrc_tx_hist_entry   42 net/dccp/ccids/lib/packet_history.h static inline struct tfrc_tx_hist_entry *
tfrc_tx_hist_entry   43 net/dccp/ccids/lib/packet_history.h 	tfrc_tx_hist_find_entry(struct tfrc_tx_hist_entry *head, u64 seqno)
tfrc_tx_hist_entry   50 net/dccp/ccids/lib/packet_history.h int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno);
tfrc_tx_hist_entry   51 net/dccp/ccids/lib/packet_history.h void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);