QUIC_TXFC
int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear);
uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc);
uint64_t ossl_quic_txfc_get_swm(QUIC_TXFC *txfc);
QUIC_TXFC *parent; /* stream-level iff non-NULL */
int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc);
QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc);
int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm);
uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed);
uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed);
int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes);
int ossl_quic_txfc_consume_credit_local(QUIC_TXFC *txfc, uint64_t num_bytes);
QUIC_TXFC txfc; /* NULL if RX-only */
QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */
QUIC_TXFC conn_txfc;
int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear)
uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc)
uint64_t ossl_quic_txfc_get_swm(QUIC_TXFC *txfc)
int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc)
QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc)
int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm)
uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed)
uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed)
int ossl_quic_txfc_consume_credit_local(QUIC_TXFC *txfc, uint64_t num_bytes)
int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes)
QUIC_TXFC *stream_txfc,
QUIC_TXFC *stream_txfc,
QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc;
QUIC_TXFC conn_txfc;