Home
last modified time | relevance | path

Searched refs:swm (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fc.c28 txfc->swm = 0; in OSSL_SAFE_MATH_UNSIGNED()
51 assert((txfc->swm + consumed) <= txfc->cwm); in ossl_quic_txfc_get_credit_local()
52 return txfc->cwm - (consumed + txfc->swm); in ossl_quic_txfc_get_credit_local()
84 txfc->swm += num_bytes; in ossl_quic_txfc_consume_credit_local()
118 return txfc->swm; in ossl_quic_txfc_get_swm()
135 rxfc->swm = 0; in ossl_quic_rxfc_init()
187 uint64_t credit = rxfc->cwm - rxfc->swm; in on_rx_controlled_bytes()
195 rxfc->swm += num_bytes; in on_rx_controlled_bytes()
350 if (rxfc->rwm + num_bytes > rxfc->swm) in ossl_quic_rxfc_on_retire()
369 return rxfc->swm; in ossl_quic_rxfc_get_swm()
/openssl/include/internal/
H A Dquic_fc.h28 uint64_t swm, cwm; member
137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size; member

Completed in 7 milliseconds