Searched refs:mdpl (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | quic_cc_test.c | 335 size_t mdpl = 1472; in test_simulate() local 355 &mdpl); in test_simulate() 373 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), mdpl)) in test_simulate() 393 sz = allowance > mdpl ? mdpl : allowance; in test_simulate() 425 if (!TEST_uint64_t_ge(ccm->get_tx_allowance(cc), mdpl)) in test_simulate() 492 size_t mdpl = 1472, diag_mdpl = SIZE_MAX; in test_sanity() local 502 &mdpl); in test_sanity()
|
H A D | quic_txp_test.c | 134 h->qtx_args.mdpl = 1200; in helper_init()
|
H A D | quic_record_test.c | 3618 args.mdpl = 1472; in tx_run_script()
|
/openssl/ssl/quic/ |
H A D | quic_record_tx.c | 69 size_t mdpl; member 117 if (args->mdpl < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_qtx_new() 127 qtx->mdpl = args->mdpl; in ossl_qtx_new() 735 txe = qtx_ensure_free_txe(qtx, qtx->mdpl); in qtx_ensure_cons() 840 if (!qtx_reserve_txe(qtx, NULL, txe, qtx->mdpl)) in ossl_qtx_write_pkt() 1018 int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl) in ossl_qtx_set_mdpl() argument 1020 if (mdpl < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_qtx_set_mdpl() 1023 qtx->mdpl = mdpl; in ossl_qtx_set_mdpl() 1029 return qtx->mdpl; in ossl_qtx_get_mdpl()
|
H A D | quic_txp.c | 545 static int txp_check_token_len(size_t token_len, size_t mdpl) in txp_check_token_len() argument 550 if (token_len >= mdpl) in txp_check_token_len() 553 if (TXP_REQUIRED_TOKEN_MARGIN >= mdpl) in txp_check_token_len() 557 if (token_len > mdpl - TXP_REQUIRED_TOKEN_MARGIN) in txp_check_token_len() 1214 size_t mdpl, cmpl, hdr_len; in txp_determine_geometry() local 1267 mdpl = txp_get_mdpl(txp); in txp_determine_geometry() 1273 if (running_total > mdpl) in txp_determine_geometry() 1277 cmpl = mdpl - running_total; in txp_determine_geometry()
|
H A D | quic_channel.c | 187 qtx_args.mdpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ch_init() 188 ch->rx_max_udp_payload_size = qtx_args.mdpl; in ch_init()
|
/openssl/include/internal/ |
H A D | quic_record_tx.h | 50 size_t mdpl; member 311 int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl);
|
Completed in 44 milliseconds