Home
last modified time | relevance | path

Searched defs:txfc (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fc.c35 QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc) in ossl_quic_txfc_get_parent()
40 int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm) in ossl_quic_txfc_bump_cwm()
49 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed) in ossl_quic_txfc_get_credit_local()
55 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed) in ossl_quic_txfc_get_credit()
71 int ossl_quic_txfc_consume_credit_local(QUIC_TXFC *txfc, uint64_t num_bytes) in ossl_quic_txfc_consume_credit_local()
88 int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes) in ossl_quic_txfc_consume_credit()
101 int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear) in ossl_quic_txfc_has_become_blocked()
111 uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc) in ossl_quic_txfc_get_cwm()
116 uint64_t ossl_quic_txfc_get_swm(QUIC_TXFC *txfc) in ossl_quic_txfc_get_swm()
/openssl/test/
H A Dquic_fc_test.c17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc; in test_txfc() local
/openssl/include/internal/
H A Dquic_stream_map.h155 QUIC_TXFC txfc; /* NULL if RX-only */ member

Completed in 19 milliseconds