/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_log.h | 36 typedef struct ngtcp2_log { struct 50 } ngtcp2_log; typedef 89 void ngtcp2_log_init(ngtcp2_log *log, const ngtcp2_cid *scid, 93 void ngtcp2_log_rx_fr(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, 95 void ngtcp2_log_tx_fr(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, 98 void ngtcp2_log_rx_vn(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, 101 void ngtcp2_log_rx_sr(ngtcp2_log *log, const ngtcp2_pkt_stateless_reset *sr); 103 void ngtcp2_log_remote_tp(ngtcp2_log *log, uint8_t exttype, 106 void ngtcp2_log_pkt_lost(ngtcp2_log *log, int64_t pkt_num, uint8_t type, 109 void ngtcp2_log_rx_pkt_hd(ngtcp2_log *lo [all...] |
H A D | ngtcp2_log.c | 25 #include "ngtcp2_log.h" 39 void ngtcp2_log_init(ngtcp2_log *log, const ngtcp2_cid *scid, in ngtcp2_log_init() 61 * Timestamp relative to ngtcp2_log.ts field in milliseconds 219 static void log_fr_stream(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, in log_fr_stream() 230 static void log_fr_ack(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, in log_fr_ack() 272 static void log_fr_padding(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, in log_fr_padding() 278 static void log_fr_reset_stream(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, in log_fr_reset_stream() 289 static void log_fr_connection_close(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, in log_fr_connection_close() 307 static void log_fr_max_data(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, in log_fr_max_data() 314 static void log_fr_max_stream_data(ngtcp2_log *lo [all...] |
H A D | ngtcp2_cc.h | 37 typedef struct ngtcp2_log ngtcp2_log; typedef 50 ngtcp2_log *log; 324 int ngtcp2_cc_reno_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, 329 void ngtcp2_reno_cc_init(ngtcp2_reno_cc *cc, ngtcp2_log *log); 381 int ngtcp2_cc_cubic_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, 386 void ngtcp2_cubic_cc_init(ngtcp2_cubic_cc *cc, ngtcp2_log *log);
|
H A D | ngtcp2_pv.h | 44 typedef struct ngtcp2_log ngtcp2_log; typedef 96 ngtcp2_log *log; 133 ngtcp2_duration timeout, uint8_t flags, ngtcp2_log *log,
|
H A D | ngtcp2_acktr.h | 44 typedef struct ngtcp2_log ngtcp2_log; typedef 120 ngtcp2_log *log; 140 int ngtcp2_acktr_init(ngtcp2_acktr *acktr, ngtcp2_log *log,
|
H A D | ngtcp2_rtb.h | 41 typedef struct ngtcp2_log ngtcp2_log; typedef 307 ngtcp2_log *log; 350 ngtcp2_log *log, ngtcp2_qlog *qlog,
|
H A D | ngtcp2_bbr.h | 112 int ngtcp2_cc_bbr_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, 123 ngtcp2_log *log);
|
H A D | ngtcp2_cc.c | 33 #include "ngtcp2_log.h" 65 void ngtcp2_reno_cc_init(ngtcp2_reno_cc *cc, ngtcp2_log *log) { in ngtcp2_reno_cc_init() 72 int ngtcp2_cc_reno_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, in ngtcp2_cc_reno_cc_init() 224 void ngtcp2_cubic_cc_init(ngtcp2_cubic_cc *cc, ngtcp2_log *log) { in ngtcp2_cubic_cc_init() 231 int ngtcp2_cc_cubic_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, in ngtcp2_cc_cubic_cc_init()
|
H A D | ngtcp2_bbr2.h | 141 int ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log,
|
H A D | ngtcp2_pv.c | 31 #include "ngtcp2_log.h" 43 ngtcp2_duration timeout, uint8_t flags, ngtcp2_log *log, in ngtcp2_pv_new()
|
H A D | ngtcp2_acktr.c | 60 int ngtcp2_acktr_init(ngtcp2_acktr *acktr, ngtcp2_log *log, in ngtcp2_acktr_init()
|
H A D | ngtcp2_bbr.c | 29 #include "ngtcp2_log.h" 103 ngtcp2_log *log) { in ngtcp2_bbr_cc_init() 114 int ngtcp2_cc_bbr_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, in ngtcp2_cc_bbr_cc_init()
|
H A D | ngtcp2_conn.h | 42 #include "ngtcp2_log.h" 675 ngtcp2_log log;
|
H A D | ngtcp2_bbr2.c | 29 #include "ngtcp2_log.h" 1338 ngtcp2_log *log) { in bbr2_cc_init() 1452 int ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, in ngtcp2_cc_bbr2_cc_init()
|
H A D | ngtcp2_rtb.c | 32 #include "ngtcp2_log.h" 300 ngtcp2_log *log, ngtcp2_qlog *qlog, in ngtcp2_rtb_init()
|
H A D | ngtcp2_conn.c | 31 #include "ngtcp2_log.h" 644 ngtcp2_rst *rst, ngtcp2_cc *cc, ngtcp2_log *log, in pktns_init() 680 ngtcp2_rst *rst, ngtcp2_cc *cc, ngtcp2_log *log, in pktns_new()
|