Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c77 unsigned int want_ack : QUIC_PN_SPACE_NUM; member
671 txp->want_ack |= (1UL << pn_space); in ossl_quic_tx_packetiser_schedule_ack()
1396 || (txp->want_ack & (1UL << pn_space)) != 0)) in txp_should_try_staging()
1560 txp->want_ack |= (1UL << pkt->ackm_pkt.pkt_space); in on_regen_notify()
1837 && (((txp->want_ack & (1UL << pn_space)) != 0) in txp_generate_pre_token()
3023 txp->want_ack &= ~(1UL << pn_space); in txp_pkt_commit()

Completed in 12 milliseconds