Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c80 unsigned int force_ack_eliciting : QUIC_PN_SPACE_NUM; member
755 txp->force_ack_eliciting |= (1UL << pn_space); in ossl_quic_tx_packetiser_schedule_ack_eliciting()
1498 && (txp->force_ack_eliciting & (1UL << pn_space)) != 0) in txp_should_try_staging()
1698 || (txp->force_ack_eliciting & (1UL << pn_space)) != 0); in txp_need_ping()
3089 txp->force_ack_eliciting &= ~(1UL << pn_space); in txp_pkt_commit()