Searched refs:conn_txfc (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/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 | 86 QUIC_TXFC conn_txfc; member
|
| H A D | quic_channel.c | 200 if (!ossl_quic_txfc_init(&ch->conn_txfc, NULL)) in ch_init() 267 txp_args.conn_txfc = &ch->conn_txfc; in ch_init() 1447 ossl_quic_txfc_bump_cwm(&ch->conn_txfc, v); in ch_on_transport_params() 1780 ossl_quic_txfc_get_cwm(&ch->conn_txfc)); in ch_on_transport_params() 3758 if (!ossl_quic_txfc_init(&qs->txfc, &ch->conn_txfc)) in ch_init_new_stream()
|
| H A D | quic_rx_depack.c | 684 ossl_quic_txfc_bump_cwm(&ch->conn_txfc, max_data); in depack_do_frame_max_data()
|
| H A D | quic_txp.c | 548 || args->conn_txfc == NULL in ossl_quic_tx_packetiser_new()
|
| /freebsd/crypto/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 | 62 QUIC_TXFC conn_txfc; member 159 if (!TEST_true(ossl_quic_txfc_init(&h->conn_txfc, NULL))) in helper_init() 218 h->args.conn_txfc = &h->conn_txfc; in helper_init() 1511 || !TEST_true(ossl_quic_txfc_init(&s->txfc, &h.conn_txfc)) in run_script() 1582 if (!TEST_true(ossl_quic_txfc_bump_cwm(h.args.conn_txfc, op->arg0))) in run_script()
|
| /freebsd/crypto/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
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | tx-packetiser.md | 29 QUIC_TXFC *conn_txfc; /* QUIC Connection-Level TX Flow Controller */
|