Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c78 unsigned int force_ack_eliciting : QUIC_PN_SPACE_NUM; member
665 txp->force_ack_eliciting |= (1UL << pn_space); in ossl_quic_tx_packetiser_schedule_ack_eliciting()
1401 && (txp->force_ack_eliciting & (1UL << pn_space)) != 0) in txp_should_try_staging()
1609 || (txp->force_ack_eliciting & (1UL << pn_space)) != 0); in txp_need_ping()
3002 txp->force_ack_eliciting &= ~(1UL << pn_space); in txp_pkt_commit()

Completed in 12 milliseconds