Searched refs:force_ack_eliciting (Results 1 – 1 of 1) sorted by relevance
78 unsigned int force_ack_eliciting : QUIC_PN_SPACE_NUM; member665 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