Searched refs:get_tx_allowance (Results 1 – 3 of 3) sorted by relevance
307 ccm->get_tx_allowance(cc), in dump_state()373 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), mdpl)) in test_simulate()392 allowance = ccm->get_tx_allowance(cc); in test_simulate()425 if (!TEST_uint64_t_ge(ccm->get_tx_allowance(cc), mdpl)) in test_simulate()521 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), 1472)) in test_sanity()537 if (!TEST_uint64_t_eq(ccm->get_tx_allowance(cc), allowance - 1200)) in test_sanity()548 if (!TEST_uint64_t_ge(allowance2 = ccm->get_tx_allowance(cc), allowance)) in test_sanity()556 if (!TEST_uint64_t_eq(ccm->get_tx_allowance(cc), allowance - 1200)) in test_sanity()563 if (!TEST_uint64_t_eq(ccm->get_tx_allowance(cc), allowance2)) in test_sanity()567 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), 1200 + 1300)) in test_sanity()[all …]
141 uint64_t (*get_tx_allowance)(OSSL_CC_DATA *ccdata); member
862 uint64_t cc_limit = txp->args.cc_method->get_tx_allowance(txp->args.cc_data); in ossl_quic_tx_packetiser_generate()3237 if (txp->args.cc_method->get_tx_allowance(txp->args.cc_data) == 0) in ossl_quic_tx_packetiser_get_deadline()