Searched refs:ngtcp2_rtb_entry (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.h | 230 typedef struct ngtcp2_rtb_entry ngtcp2_rtb_entry; typedef 233 * ngtcp2_rtb_entry is an object stored in ngtcp2_rtb. It corresponds 236 struct ngtcp2_rtb_entry { struct 239 ngtcp2_rtb_entry *next; 271 ngtcp2_objalloc_def(rtb_entry, ngtcp2_rtb_entry, oplent); 274 * ngtcp2_rtb_entry_new allocates ngtcp2_rtb_entry object, and assigns 277 int ngtcp2_rtb_entry_objalloc_new(ngtcp2_rtb_entry **pent, 288 void ngtcp2_rtb_entry_objalloc_del(ngtcp2_rtb_entry *ent, 300 /* ents includes ngtcp2_rtb_entry sorte [all...] |
H A D | ngtcp2_rst.h | 36 typedef struct ngtcp2_rtb_entry ngtcp2_rtb_entry; typedef 77 void ngtcp2_rst_on_pkt_sent(ngtcp2_rst *rst, ngtcp2_rtb_entry *ent, 81 void ngtcp2_rst_update_rate_sample(ngtcp2_rst *rst, const ngtcp2_rtb_entry *ent,
|
H A D | ngtcp2_rtb.c | 252 static void rtb_entry_init(ngtcp2_rtb_entry *ent, const ngtcp2_pkt_hd *hd, in rtb_entry_init() 268 int ngtcp2_rtb_entry_objalloc_new(ngtcp2_rtb_entry **pent, in ngtcp2_rtb_entry_objalloc_new() 283 void ngtcp2_rtb_entry_objalloc_del(ngtcp2_rtb_entry *ent, in ngtcp2_rtb_entry_objalloc_del() 343 static void rtb_on_add(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in rtb_on_add() 365 static size_t rtb_on_remove(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in rtb_on_remove() 428 ngtcp2_rtb_entry *ent) { in rtb_reclaim_frame() 591 ngtcp2_rtb_entry *ent) { in conn_process_lost_datagram() 614 ngtcp2_rtb_entry *ent, ngtcp2_conn_stat *cstat, in rtb_on_pkt_lost() 687 int ngtcp2_rtb_add(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in ngtcp2_rtb_add() 706 ngtcp2_rtb_entry **pen in rtb_remove() [all...] |
H A D | ngtcp2_rst.c | 59 void ngtcp2_rst_on_pkt_sent(ngtcp2_rst *rst, ngtcp2_rtb_entry *ent, in ngtcp2_rst_on_pkt_sent() 114 void ngtcp2_rst_update_rate_sample(ngtcp2_rst *rst, const ngtcp2_rtb_entry *ent, in ngtcp2_rst_update_rate_sample()
|
H A D | ngtcp2_qlog.h | 136 void ngtcp2_qlog_pkt_lost(ngtcp2_qlog *qlog, ngtcp2_rtb_entry *ent);
|
H A D | ngtcp2_qlog.c | 1071 void ngtcp2_qlog_pkt_lost(ngtcp2_qlog *qlog, ngtcp2_rtb_entry *ent) { in ngtcp2_qlog_pkt_lost()
|
H A D | ngtcp2_conn.c | 1838 ngtcp2_rtb_entry *ent) { in conn_on_pkt_sent() 2552 ngtcp2_rtb_entry *rtbent; in conn_write_handshake_pkt() 3112 ngtcp2_rtb_entry *rtbent; in conn_write_handshake_pkts() 3477 ngtcp2_rtb_entry *ent; in conn_write_pkt() 4210 before ngtcp2_rtb_entry is safely created and added. */ in conn_write_pkt() 4323 ngtcp2_rtb_entry *rtbent; in ngtcp2_conn_write_single_frame_pkt() 4504 ngtcp2_rtb_entry *ent; in conn_process_early_rtb() 11624 ngtcp2_rtb_entry *rtbent; in ngtcp2_conn_write_vmsg()
|
Completed in 22 milliseconds