Home
last modified time | relevance | path

Searched refs:mdpl (Results 1 – 7 of 7) sorted by relevance

/openssl/test/
H A Dquic_cc_test.c335 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 Dquic_txp_test.c134 h->qtx_args.mdpl = 1200; in helper_init()
H A Dquic_record_test.c3618 args.mdpl = 1472; in tx_run_script()
/openssl/ssl/quic/
H A Dquic_record_tx.c69 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 Dquic_txp.c545 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 Dquic_channel.c187 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 Dquic_record_tx.h50 size_t mdpl; member
311 int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl);

Completed in 45 milliseconds