Searched refs:tfrc_tx_hist_entry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.h | 31 * tfrc_tx_hist_entry - Simple singly-linked TX history list 36 struct tfrc_tx_hist_entry { struct 37 struct tfrc_tx_hist_entry *next; 42 static inline struct tfrc_tx_hist_entry * 43 tfrc_tx_hist_find_entry(struct tfrc_tx_hist_entry *head, u64 seqno) in tfrc_tx_hist_find_entry() 50 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno); 51 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);
|
H A D | packet_history.c | 36 sizeof(struct tfrc_tx_hist_entry), in tfrc_tx_packet_history_init() 49 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) in tfrc_tx_hist_add() 51 struct tfrc_tx_hist_entry *entry = kmem_cache_alloc(tfrc_tx_hist_slab, gfp_any()); in tfrc_tx_hist_add() 62 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) in tfrc_tx_hist_purge() 64 struct tfrc_tx_hist_entry *head = *headp; in tfrc_tx_hist_purge() 67 struct tfrc_tx_hist_entry *next = head->next; in tfrc_tx_hist_purge()
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | packet_history.h | 31 * tfrc_tx_hist_entry - Simple singly-linked TX history list 36 struct tfrc_tx_hist_entry { struct 37 struct tfrc_tx_hist_entry *next; 42 static inline struct tfrc_tx_hist_entry * 43 tfrc_tx_hist_find_entry(struct tfrc_tx_hist_entry *head, u64 seqno) in tfrc_tx_hist_find_entry() 50 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno); 51 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp);
|
H A D | packet_history.c | 36 sizeof(struct tfrc_tx_hist_entry), in tfrc_tx_packet_history_init() 49 int tfrc_tx_hist_add(struct tfrc_tx_hist_entry **headp, u64 seqno) in tfrc_tx_hist_add() 51 struct tfrc_tx_hist_entry *entry = kmem_cache_alloc(tfrc_tx_hist_slab, gfp_any()); in tfrc_tx_hist_add() 62 void tfrc_tx_hist_purge(struct tfrc_tx_hist_entry **headp) in tfrc_tx_hist_purge() 64 struct tfrc_tx_hist_entry *head = *headp; in tfrc_tx_hist_purge() 67 struct tfrc_tx_hist_entry *next = head->next; in tfrc_tx_hist_purge()
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.h | 99 struct tfrc_tx_hist_entry *tx_hist;
|
H A D | ccid3.c | 357 struct tfrc_tx_hist_entry *acked; in ccid3_hc_tx_packet_recv()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.h | 99 struct tfrc_tx_hist_entry *tx_hist;
|
H A D | ccid3.c | 362 struct tfrc_tx_hist_entry *acked; in ccid3_hc_tx_packet_recv()
|
Completed in 6 milliseconds