Home
last modified time | relevance | path

Searched refs:ngtcp2_log_info (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.c123 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_reno_cc_on_pkt_acked()
153 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_reno_cc_congestion_event()
185 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_reno_cc_on_ack_recv()
333 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_cubic_cc_on_pkt_acked()
350 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_cubic_cc_on_pkt_acked()
376 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_cubic_cc_on_pkt_acked()
432 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_cubic_cc_on_pkt_acked()
475 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_cubic_cc_congestion_event()
508 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_cubic_cc_on_spurious_congestion()
542 ngtcp2_log_info(c in ngtcp2_cc_cubic_cc_on_ack_recv()
[all...]
H A Dngtcp2_bbr.c345 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_update_rtprop()
533 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_check_full_pipe()
549 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_check_drain()
557 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_check_drain()
615 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr restart from idle"); in bbr_handle_restart_from_idle()
629 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr enter ProbeRTT"); in bbr_check_probe_rtt()
680 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_exit_probe_rtt()
688 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_exit_probe_rtt()
H A Dngtcp2_conn.c1904 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_RCV, in conn_cwnd_is_zero()
2941 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, in conn_discard_initial_state()
2961 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, in conn_discard_handshake_state()
2973 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, "discarding early key"); in conn_discard_early_key()
3153 ngtcp2_log_info( in conn_write_handshake_pkts()
3435 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CRY, "key update confirmed"); in conn_handle_unconfirmed_key_update_from_remote()
4294 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, "probe pkt size=%td", in conn_write_pkt()
4478 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, "probe pkt size=%td", in ngtcp2_conn_write_single_frame_pkt()
4743 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, in conn_write_pmtud_probe()
4927 ngtcp2_log_info( in conn_write_path_challenge()
[all...]
H A Dngtcp2_rtb.c641 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_RCV, in rtb_on_pkt_lost()
919 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, in conn_verify_ecn()
926 ngtcp2_log_info(&conn->log, NGTCP2_LOG_EVENT_CON, "path is ECN capable"); in conn_verify_ecn()
977 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_CRY, "key update confirmed"); in ngtcp2_rtb_recv_ack()
1303 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_RCV, in rtb_detect_lost_pkt()
1352 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_rtb_remove_excessive_lost_pkt()
1392 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_rtb_remove_expired_lost_pkt()
1448 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_RCV, in rtb_on_pkt_lost_resched_move()
1456 ngtcp2_log_info(rtb->log, NGTCP2_LOG_EVENT_RCV, in rtb_on_pkt_lost_resched_move()
1470 ngtcp2_log_info(rt in rtb_on_pkt_lost_resched_move()
[all...]
H A Dngtcp2_log.c740 ngtcp2_log_info(log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_log_pkt_lost()
755 ngtcp2_log_info( in log_pkt_hd()
761 ngtcp2_log_info( in log_pkt_hd()
779 void ngtcp2_log_info(ngtcp2_log *log, ngtcp2_log_event ev, const char *fmt, in ngtcp2_log_info() function
803 ngtcp2_log_info(log, NGTCP2_LOG_EVENT_PKT, in ngtcp2_log_tx_cancel()
H A Dngtcp2_log.h118 * `ngtcp2_log_info` writes info level log.
120 void ngtcp2_log_info(ngtcp2_log *log, ngtcp2_log_event ev, const char *fmt,
H A Dngtcp2_bbr2.c384 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_check_startup_full_bandwidth()
430 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 enter Startup"); in bbr_enter_startup()
641 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 enter Drain"); in bbr_enter_drain()
661 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_start_probe_bw_down()
681 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_start_probe_bw_cruise()
690 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_start_probe_bw_refill()
708 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 start ProbeBW_UP"); in bbr_start_probe_bw_up()
1022 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_update_min_rtt()
1050 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 enter ProbeRTT"); in bbr_enter_probe_rtt()
1119 ngtcp2_log_info(bb in bbr_handle_restart_from_idle()
[all...]
H A Dngtcp2_pv.c104 ngtcp2_log_info(pv->log, NGTCP2_LOG_EVENT_PTV, "path has been validated"); in ngtcp2_pv_validate()

Completed in 18 milliseconds