Home
last modified time | relevance | path

Searched refs:ngtcp2_cubic_cc (Results 1 – 2 of 2) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_cc.c197 static void cubic_cc_reset(ngtcp2_cubic_cc *cc) { in cubic_cc_reset()
229 ngtcp2_cubic_cc *cubic_cc; in ngtcp2_cc_cubic_cc_init()
253 ngtcp2_cubic_cc *cubic_cc = ngtcp2_struct_of(cc->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_free()
305 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_on_pkt_acked()
440 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_congestion_event()
479 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_on_spurious_congestion()
523 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_on_ack_recv()
547 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_on_pkt_sent()
562 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_new_rtt_sample()
576 ngtcp2_cubic_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_cubic_cc, ccb); in ngtcp2_cc_cubic_cc_reset()
[all …]
H A Dngtcp2_cc.h83 typedef struct ngtcp2_cubic_cc { struct
111 } ngtcp2_cubic_cc; typedef
118 void ngtcp2_cubic_cc_init(ngtcp2_cubic_cc *cc, ngtcp2_log *log);
120 void ngtcp2_cubic_cc_free(ngtcp2_cubic_cc *cc);