Home
last modified time | relevance | path

Searched refs:cc_pkt_num (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rtb.h325 /* cc_pkt_num is the smallest packet number that is contributed to
327 int64_t cc_pkt_num; member
441 * |cc_pkt_num| is the next outbound packet number which is sent under
444 void ngtcp2_rtb_reset_cc_state(ngtcp2_rtb *rtb, int64_t cc_pkt_num);
H A Dngtcp2_rtb.c318 rtb->cc_pkt_num = 0; in ngtcp2_rtb_init()
347 assert(rtb->cc_pkt_num <= ent->hd.pkt_num); in rtb_on_add()
395 if (rtb->cc_pkt_num <= ent->hd.pkt_num) { in rtb_on_remove()
1073 if (ent->hd.pkt_num >= rtb->cc_pkt_num) { in ngtcp2_rtb_recv_ack()
1622 void ngtcp2_rtb_reset_cc_state(ngtcp2_rtb *rtb, int64_t cc_pkt_num) { in ngtcp2_rtb_reset_cc_state() argument
1623 rtb->cc_pkt_num = cc_pkt_num; in ngtcp2_rtb_reset_cc_state()

Completed in 3 milliseconds