Home
last modified time | relevance | path

Searched defs:rxfc (Results 1 – 4 of 4) sorted by relevance

/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()
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()
184 static int on_rx_controlled_bytes(QUIC_RXFC *rxfc, uint64_t num_bytes) in on_rx_controlled_bytes()
199 int ossl_quic_rxfc_on_rx_stream_frame(QUIC_RXFC *rxfc, uint64_t end, int is_fin) in ossl_quic_rxfc_on_rx_stream_frame()
234 static int rxfc_cwm_bump_desired(QUIC_RXFC *rxfc) in rxfc_cwm_bump_desired()
256 static int rxfc_should_bump_window_size(QUIC_RXFC *rxfc, OSSL_TIME rtt) in rxfc_should_bump_window_size()
290 static void rxfc_adjust_window_size(QUIC_RXFC *rxfc, uint64_t min_window_size, in rxfc_adjust_window_size()
[all …]
H A Dquic_rstream.c18 QUIC_RXFC *rxfc; member
24 QUIC_RSTREAM *ossl_quic_rstream_new(QUIC_RXFC *rxfc, in ossl_quic_rstream_new()
H A Dquic_rx_depack.c269 QUIC_RXFC *rxfc; in depack_do_frame_crypto() local
/freebsd/crypto/openssl/include/internal/
H A Dquic_stream_map.h156 QUIC_RXFC rxfc; /* NULL if TX-only */ member