Searched refs:fc_credit (Results 1 – 2 of 2) sorted by relevance
244 uint64_t fc_credit, fc_swm, fc_limit; in stream_has_data_to_send() local271 fc_credit = ossl_quic_txfc_get_credit(&s->txfc, 0); in stream_has_data_to_send()273 fc_limit = fc_swm + fc_credit; in stream_has_data_to_send()
2223 uint64_t fc_credit, fc_swm, fc_limit; in txp_plan_stream_chunk() local2240 fc_credit = ossl_quic_txfc_get_credit(stream_txfc, consumed); in txp_plan_stream_chunk()2242 fc_limit = fc_swm + fc_credit; in txp_plan_stream_chunk()