ossl_quic_txfc_get_swm
uint64_t ossl_quic_txfc_get_swm(QUIC_TXFC *txfc);
fc_swm = ossl_quic_txfc_get_swm(&s->txfc);
qs->send_final_size = ossl_quic_txfc_get_swm(&qs->txfc);
fc_swm = ossl_quic_txfc_get_swm(stream_txfc);
fc_swm = ossl_quic_txfc_get_swm(stream_txfc);
if (!ossl_assert(f.final_size <= ossl_quic_txfc_get_swm(&stream->txfc)))
= f.final_size - ossl_quic_txfc_get_swm(&stream->txfc);
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 2000))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 2000))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 0))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 500))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 600))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 2000))