Searched defs:rxfc (Results 1 – 4 of 4) sorted by relevance
153 int ossl_quic_rxfc_init_standalone(QUIC_RXFC *rxfc, in ossl_quic_rxfc_init_standalone()167 QUIC_RXFC *ossl_quic_rxfc_get_parent(QUIC_RXFC *rxfc) in ossl_quic_rxfc_get_parent()172 void ossl_quic_rxfc_set_max_window_size(QUIC_RXFC *rxfc, in ossl_quic_rxfc_set_max_window_size()178 static void rxfc_start_epoch(QUIC_RXFC *rxfc) in rxfc_start_epoch()234 static int rxfc_cwm_bump_desired(QUIC_RXFC *rxfc) in rxfc_cwm_bump_desired()340 int ossl_quic_rxfc_on_retire(QUIC_RXFC *rxfc, in ossl_quic_rxfc_on_retire()362 uint64_t ossl_quic_rxfc_get_cwm(const QUIC_RXFC *rxfc) in ossl_quic_rxfc_get_cwm()367 uint64_t ossl_quic_rxfc_get_swm(const QUIC_RXFC *rxfc) in ossl_quic_rxfc_get_swm()372 uint64_t ossl_quic_rxfc_get_rwm(const QUIC_RXFC *rxfc) in ossl_quic_rxfc_get_rwm()377 uint64_t ossl_quic_rxfc_get_credit(const QUIC_RXFC *rxfc) in ossl_quic_rxfc_get_credit()[all …]
18 QUIC_RXFC *rxfc; member24 QUIC_RSTREAM *ossl_quic_rstream_new(QUIC_RXFC *rxfc, in ossl_quic_rstream_new()
269 QUIC_RXFC *rxfc; in depack_do_frame_crypto() local
156 QUIC_RXFC rxfc; /* NULL if TX-only */ member
Completed in 9 milliseconds