Home
last modified time | relevance | path

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

/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()
25 if (conn_txfc != NULL && conn_txfc->parent != NULL) in OSSL_SAFE_MATH_UNSIGNED()
30 txfc->parent = conn_txfc; in OSSL_SAFE_MATH_UNSIGNED()
H A Dquic_channel_local.h75 QUIC_TXFC conn_txfc; member
H A Dquic_channel.c204 if (!ossl_quic_txfc_init(&ch->conn_txfc, NULL)) in ch_init()
270 txp_args.conn_txfc = &ch->conn_txfc; in ch_init()
1296 ossl_quic_txfc_bump_cwm(&ch->conn_txfc, v); in ch_on_transport_params()
1632 ossl_quic_txfc_get_cwm(&ch->conn_txfc)); in ch_on_transport_params()
3406 if (!ossl_quic_txfc_init(&qs->txfc, &ch->conn_txfc)) in ch_init_new_stream()
H A Dquic_rx_depack.c682 ossl_quic_txfc_bump_cwm(&ch->conn_txfc, max_data); in depack_do_frame_max_data()
H A Dquic_txp.c464 || args->conn_txfc == NULL in ossl_quic_tx_packetiser_new()
/openssl/test/
H A Dquic_fc_test.c17 QUIC_TXFC conn_txfc, stream_txfc, *txfc, *parent_txfc; in test_txfc() local
19 if (!TEST_true(ossl_quic_txfc_init(&conn_txfc, 0))) in test_txfc()
22 if (is_stream && !TEST_true(ossl_quic_txfc_init(&stream_txfc, &conn_txfc))) in test_txfc()
25 txfc = is_stream ? &stream_txfc : &conn_txfc; in test_txfc()
26 parent_txfc = is_stream ? &conn_txfc : NULL; in test_txfc()
H A Dquic_txp_test.c48 QUIC_TXFC conn_txfc; member
145 if (!TEST_true(ossl_quic_txfc_init(&h->conn_txfc, NULL))) in helper_init()
203 h->args.conn_txfc = &h->conn_txfc; in helper_init()
1492 || !TEST_true(ossl_quic_txfc_init(&s->txfc, &h.conn_txfc)) in run_script()
1572 if (!TEST_true(ossl_quic_txfc_bump_cwm(h.args.conn_txfc, op->arg0))) in run_script()
/openssl/include/internal/
H A Dquic_fc.h37 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc);
H A Dquic_txp.h45 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */ member
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md29 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */

Completed in 62 milliseconds