Searched refs:conn_txfc (Results 1 – 10 of 10) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_fc.c | 23 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 D | quic_channel_local.h | 75 QUIC_TXFC conn_txfc; member
|
H A D | quic_channel.c | 204 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 D | quic_rx_depack.c | 682 ossl_quic_txfc_bump_cwm(&ch->conn_txfc, max_data); in depack_do_frame_max_data()
|
H A D | quic_txp.c | 464 || args->conn_txfc == NULL in ossl_quic_tx_packetiser_new()
|
/openssl/test/ |
H A D | quic_fc_test.c | 17 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 D | quic_txp_test.c | 48 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 D | quic_fc.h | 37 int ossl_quic_txfc_init(QUIC_TXFC *txfc, QUIC_TXFC *conn_txfc);
|
H A D | quic_txp.h | 45 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */ member
|
/openssl/doc/designs/quic-design/ |
H A D | tx-packetiser.md | 29 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */
|
Completed in 75 milliseconds