Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_fc.h24 typedef struct quic_txfc_st QUIC_TXFC; typedef
27 QUIC_TXFC *parent; /* stream-level iff non-NULL */
37 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc);
43 QUIC_TXFC *ossl_quic_txfc_get_parent(QUIC_TXFC *txfc);
55 int ossl_quic_txfc_bump_cwm(QUIC_TXFC *txfc, uint64_t cwm);
67 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed);
75 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed);
92 int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes);
108 int ossl_quic_txfc_has_become_blocked(QUIC_TXFC *txfc, int clear);
114 uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc);
[all …]
H A Dquic_txp.h45 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */
H A Dquic_stream_map.h155 QUIC_TXFC txfc; /* NULL if RX-only */
/openssl/ssl/quic/
H A Dquic_fc.c23 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc) in OSSL_SAFE_MATH_UNSIGNED()
35 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()
H A Dquic_channel_local.h75 QUIC_TXFC conn_txfc;
H A Dquic_txp.c2133 QUIC_TXFC *stream_txfc, in txp_plan_stream_chunk()
2187 QUIC_TXFC *stream_txfc, in txp_generate_stream_frames()
/openssl/test/
H A Dquic_fc_test.c17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc; in test_txfc()
H A Dquic_txp_test.c48 QUIC_TXFC conn_txfc;
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md29 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */

Completed in 34 milliseconds