Home
last modified time | relevance | path

Searched refs:ngtcp2_log (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_log.h36 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 Dngtcp2_log.c25 #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 Dngtcp2_cc.h37 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 Dngtcp2_pv.h44 typedef struct ngtcp2_log ngtcp2_log; typedef
96 ngtcp2_log *log;
133 ngtcp2_duration timeout, uint8_t flags, ngtcp2_log *log,
H A Dngtcp2_acktr.h44 typedef struct ngtcp2_log ngtcp2_log; typedef
120 ngtcp2_log *log;
140 int ngtcp2_acktr_init(ngtcp2_acktr *acktr, ngtcp2_log *log,
H A Dngtcp2_rtb.h41 typedef struct ngtcp2_log ngtcp2_log; typedef
307 ngtcp2_log *log;
350 ngtcp2_log *log, ngtcp2_qlog *qlog,
H A Dngtcp2_bbr.h112 int ngtcp2_cc_bbr_cc_init(ngtcp2_cc *cc, ngtcp2_log *log,
123 ngtcp2_log *log);
H A Dngtcp2_cc.c33 #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 Dngtcp2_bbr2.h141 int ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log,
H A Dngtcp2_pv.c31 #include "ngtcp2_log.h"
43 ngtcp2_duration timeout, uint8_t flags, ngtcp2_log *log, in ngtcp2_pv_new()
H A Dngtcp2_acktr.c60 int ngtcp2_acktr_init(ngtcp2_acktr *acktr, ngtcp2_log *log, in ngtcp2_acktr_init()
H A Dngtcp2_bbr.c29 #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 Dngtcp2_conn.h42 #include "ngtcp2_log.h"
675 ngtcp2_log log;
H A Dngtcp2_bbr2.c29 #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 Dngtcp2_rtb.c32 #include "ngtcp2_log.h"
300 ngtcp2_log *log, ngtcp2_qlog *qlog, in ngtcp2_rtb_init()
H A Dngtcp2_conn.c31 #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()

Completed in 38 milliseconds