Home
last modified time | relevance | path

Searched refs:sent_ts (Results 1 – 7 of 7) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_cc.h46 ngtcp2_tstamp sent_ts);
69 ngtcp2_tstamp sent_ts,
127 ngtcp2_tstamp sent_ts,
H A Dngtcp2_cc.c46 ngtcp2_tstamp sent_ts) { in ngtcp2_cc_pkt_init() argument
50 pkt->sent_ts = sent_ts; in ngtcp2_cc_pkt_init()
109 if (in_congestion_recovery(cstat, pkt->sent_ts)) { in ngtcp2_cc_reno_cc_on_pkt_acked()
132 ngtcp2_tstamp sent_ts, in ngtcp2_cc_reno_cc_congestion_event() argument
137 if (in_congestion_recovery(cstat, sent_ts)) { in ngtcp2_cc_reno_cc_congestion_event()
317 if (in_congestion_recovery(cstat, pkt->sent_ts)) { in ngtcp2_cc_cubic_cc_on_pkt_acked()
438 ngtcp2_tstamp sent_ts, in ngtcp2_cc_cubic_cc_congestion_event() argument
443 if (in_congestion_recovery(cstat, sent_ts)) { in ngtcp2_cc_cubic_cc_congestion_event()
H A Dngtcp2_log.h72 uint8_t flags, ngtcp2_tstamp sent_ts);
H A Dngtcp2_bbr.h129 ngtcp2_tstamp sent_ts, ngtcp2_tstamp ts);
H A Dngtcp2_bbr.c164 ngtcp2_tstamp sent_ts, in ngtcp2_cc_bbr_cc_congestion_event() argument
169 in_congestion_recovery(cstat, sent_ts)) { in ngtcp2_cc_bbr_cc_congestion_event()
H A Dngtcp2_log.c708 uint8_t flags, ngtcp2_tstamp sent_ts) { in ngtcp2_log_pkt_lost() argument
717 type, sent_ts); in ngtcp2_log_pkt_lost()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h1576 ngtcp2_tstamp sent_ts; member
1631 ngtcp2_tstamp sent_ts,