Searched refs:fc_credit (Results 1 – 2 of 2) sorted by relevance
246 uint64_t fc_credit, fc_swm, fc_limit; in stream_has_data_to_send() local273 fc_credit = ossl_quic_txfc_get_credit(&s->txfc, 0); in stream_has_data_to_send()275 fc_limit = fc_swm + fc_credit; in stream_has_data_to_send()
2138 uint64_t fc_credit, fc_swm, fc_limit; in txp_plan_stream_chunk() local2155 fc_credit = ossl_quic_txfc_get_credit(stream_txfc, consumed); in txp_plan_stream_chunk()2157 fc_limit = fc_swm + fc_credit; in txp_plan_stream_chunk()
Completed in 12 milliseconds