Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rtb.c367 if (ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED) { in rtb_on_remove()
644 assert(!(ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED)); in rtb_on_pkt_lost()
647 ent->flags |= NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED; in rtb_on_pkt_lost()
667 assert(!(ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED)); in rtb_on_pkt_lost()
677 ent->flags |= NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED; in rtb_on_pkt_lost()
1208 if (ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED) { in rtb_detect_lost_pkt()
1238 if ((ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED)) { in rtb_detect_lost_pkt()
1350 assert(ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED); in ngtcp2_rtb_remove_excessive_lost_pkt()
1387 if (!(ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED) || in ngtcp2_rtb_remove_expired_lost_pkt()
1424 if (!(ent->flags & NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED)) { in ngtcp2_rtb_lost_pkt_ts()
[all...]
H A Dngtcp2_rtb.h214 /* NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED indicates that the entry
216 #define NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED 0x10u macro
337 NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED flag set. */
340 both NGTCP2_RTB_ENTRY_FLAG_LOST_RETRANSMITTED and

Completed in 4 milliseconds