Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_rstream.c161 && !ossl_quic_rxfc_on_retire(qrs->rxfc, *readbytes, rtt)) in ossl_quic_rstream_read()
256 if (!ossl_quic_rxfc_on_retire(qrs->rxfc, offset, rtt)) in ossl_quic_rstream_release_record()
H A Dquic_fc.c340 int ossl_quic_rxfc_on_retire(QUIC_RXFC *rxfc, in ossl_quic_rxfc_on_retire() function
H A Dquic_tserver.c297 if (!ossl_quic_rxfc_on_retire(&qs->rxfc, *bytes_read, in ossl_quic_tserver_read()
H A Dquic_stream_map.c767 (void)ossl_quic_rxfc_on_retire(max_streams_rxfc, 1, rtt); in ossl_quic_stream_map_remove_from_accept_queue()
H A Dquic_channel.c942 if (!ossl_quic_rxfc_on_retire(&ch->crypto_rxfc[rx_pn_space], bytes_read, in ch_on_crypto_release_record()
H A Dquic_impl.c2698 if (!ossl_quic_rxfc_on_retire(&stream->rxfc, *bytes_read, in quic_read_actual()
/openssl/include/internal/
H A Dquic_fc.h219 int ossl_quic_rxfc_on_retire(QUIC_RXFC *rxfc,
/openssl/test/
H A Dquic_fc_test.c531 if (!TEST_int_eq(ossl_quic_rxfc_on_retire(&stream_rxfc[op->stream_idx], in run_rxfc_script()
H A Dquic_txp_test.c374 || !TEST_true(ossl_quic_rxfc_on_retire(&h->stream_rxfc, cwm, in schedule_max_data()

Completed in 45 milliseconds