Home
last modified time | relevance | path

Searched refs:NGTCP2_RTB_ENTRY_FLAG_ECN (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rtb.h217 /* NGTCP2_RTB_ENTRY_FLAG_ECN indicates that the entry is included in a
219 #define NGTCP2_RTB_ENTRY_FLAG_ECN 0x20u macro
H A Dngtcp2_rtb.c1059 (ent->flags & NGTCP2_RTB_ENTRY_FLAG_ECN)) { in ngtcp2_rtb_recv_ack()
1249 (ent->flags & NGTCP2_RTB_ENTRY_FLAG_ECN)) { in rtb_detect_lost_pkt()
H A Dngtcp2_conn.c915 *prtb_entry_flags |= NGTCP2_RTB_ENTRY_FLAG_ECN; in conn_handle_tx_ecn()
953 *prtb_entry_flags |= NGTCP2_RTB_ENTRY_FLAG_ECN; in conn_handle_tx_ecn()

Completed in 19 milliseconds