Home
last modified time | relevance | path

Searched refs:last_tx_pkt_ts (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_cc.c596 last_ts = cstat->last_tx_pkt_ts[NGTCP2_PKTNS_ID_APPLICATION]; in ngtcp2_cc_cubic_cc_event()
Dngtcp2_conn.c829 memset(cstat->last_tx_pkt_ts, 0xff, sizeof(cstat->last_tx_pkt_ts)); in reset_conn_stat_recovery()
1849 conn->cstat.last_tx_pkt_ts[rtb->pktns_id] = ent->ts; in conn_on_pkt_sent()
2918 conn->cstat.last_tx_pkt_ts[pktns->rtb.pktns_id] = UINT64_MAX; in conn_discard_pktns()
12629 ngtcp2_tstamp *times = cstat->last_tx_pkt_ts; in conn_get_earliest_pto_expiry()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h1610 ngtcp2_tstamp last_tx_pkt_ts[NGTCP2_PKTNS_ID_MAX]; member