HomeSort by: relevance | last modified time | path
    Searched defs:want_ack (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txp.c 79 unsigned int want_ack : QUIC_PN_SPACE_NUM; member in struct:ossl_quic_tx_packetiser_st
761 txp->want_ack |= (1UL << pn_space);
1493 if (a.allow_ack && (ossl_ackm_is_ack_desired(txp->args.ackm, pn_space) || (txp->want_ack & (1UL << pn_space)) != 0))
1655 txp->want_ack |= (1UL << pkt->ackm_pkt.pkt_space);
1922 && (((txp->want_ack & (1UL << pn_space)) != 0)
3110 txp->want_ack &= ~(1UL << pn_space);

Completed in 64 milliseconds