Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_fc_test.c480 QUIC_RXFC conn_rxfc = { 0 }, stream_rxfc[MAX_STREAMS] = { 0 }; /* coverity */ in run_rxfc_script() local
489 if (!TEST_true(ossl_quic_rxfc_init(&conn_rxfc, 0, in run_rxfc_script()
503 &conn_rxfc, in run_rxfc_script()
538 if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_cwm(&conn_rxfc), in run_rxfc_script()
553 if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_swm(&conn_rxfc), in run_rxfc_script()
568 if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_rwm(&conn_rxfc), in run_rxfc_script()
583 if (!TEST_int_eq(ossl_quic_rxfc_has_cwm_changed(&conn_rxfc, in run_rxfc_script()
600 if (!TEST_int_eq(ossl_quic_rxfc_get_error(&conn_rxfc, in run_rxfc_script()
H A Dquic_txp_test.c63 QUIC_RXFC conn_rxfc, stream_rxfc; member
162 if (!TEST_true(ossl_quic_rxfc_init(&h->conn_rxfc, NULL, in helper_init()
169 if (!TEST_true(ossl_quic_rxfc_init(&h->stream_rxfc, &h->conn_rxfc, in helper_init()
219 h->args.conn_rxfc = &h->conn_rxfc; in helper_init()
1512 || !TEST_true(ossl_quic_rxfc_init(&s->rxfc, &h.conn_rxfc, in run_script()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_fc.c126 int ossl_quic_rxfc_init(QUIC_RXFC *rxfc, QUIC_RXFC *conn_rxfc, in ossl_quic_rxfc_init() argument
132 if (conn_rxfc != NULL && conn_rxfc->parent != NULL) in ossl_quic_rxfc_init()
142 rxfc->parent = conn_rxfc; in ossl_quic_rxfc_init()
H A Dquic_channel_local.h87 QUIC_RXFC conn_rxfc, crypto_rxfc[QUIC_PN_SPACE_NUM]; member
H A Dquic_txp.c549 || args->conn_rxfc == NULL in ossl_quic_tx_packetiser_new()
1502 …(a.allow_conn_fc && (txp->want_max_data || ossl_quic_rxfc_has_cwm_changed(txp->args.conn_rxfc, 0))) in txp_should_try_staging()
2714 || ossl_quic_rxfc_has_cwm_changed(txp->args.conn_rxfc, 0)) in txp_generate_for_el()
2717 uint64_t cwm = ossl_quic_rxfc_get_cwm(txp->args.conn_rxfc); in txp_generate_for_el()
3096 ossl_quic_rxfc_has_cwm_changed(txp->args.conn_rxfc, 1); in txp_pkt_commit()
H A Dquic_channel.c211 if (!ossl_quic_rxfc_init(&ch->conn_rxfc, NULL, in ch_init()
268 txp_args.conn_rxfc = &ch->conn_rxfc; in ch_init()
1928 ossl_quic_rxfc_get_cwm(&ch->conn_rxfc))) in ch_generate_transport_params()
1981 QLOG_U64("initial_max_data", ossl_quic_rxfc_get_cwm(&ch->conn_rxfc)); in ch_generate_transport_params()
3791 if (!ossl_quic_rxfc_init(&qs->rxfc, &ch->conn_rxfc, in ch_init_new_stream()
/freebsd/crypto/openssl/include/internal/
H A Dquic_fc.h153 int ossl_quic_rxfc_init(QUIC_RXFC *rxfc, QUIC_RXFC *conn_rxfc,
H A Dquic_txp.h46 QUIC_RXFC *conn_rxfc; /* QUIC Connection-Level RX Flow Controller */ member
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md30 QUIC_RXFC *conn_rxfc; /* QUIC Connection-Level RX Flow Controller */