Home
last modified time | relevance | path

Searched refs:cfq_item (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fifd.c74 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next; in on_acked() local
107 for (cfq_item = pkt->retx_head; cfq_item != NULL; cfq_item = cfq_item_next) { in on_acked()
108 cfq_item_next = cfq_item->pkt_next; in on_acked()
130 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next; in on_lost() local
193 for (cfq_item = pkt->retx_head; cfq_item != NULL; cfq_item = cfq_item_next) { in on_lost()
194 cfq_item_next = cfq_item->pkt_next; in on_lost()
244 for (cfq_item = pkt->retx_head; cfq_item != NULL; cfq_item = cfq_item_next) { in on_discarded()
254 QUIC_CFQ_ITEM *cfq_item; in ossl_quic_fifd_pkt_commit() local
273 for (cfq_item = pkt->retx_head; in ossl_quic_fifd_pkt_commit()
274 cfq_item != NULL; in ossl_quic_fifd_pkt_commit()
[all …]
H A Dquic_txp.c1332 QUIC_CFQ_ITEM *cfq_item; in txp_should_try_staging() local
1437 cfq_item != NULL; in txp_should_try_staging()
1438 cfq_item = ossl_quic_cfq_item_get_priority_next(cfq_item, pn_space)) { in txp_should_try_staging()
1439 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_should_try_staging()
2583 QUIC_CFQ_ITEM *cfq_item; in txp_generate_for_el() local
2702 for (cfq_item = ossl_quic_cfq_get_priority_head(txp->args.cfq, pn_space); in txp_generate_for_el()
2703 cfq_item != NULL; in txp_generate_for_el()
2704 cfq_item = ossl_quic_cfq_item_get_priority_next(cfq_item, pn_space)) { in txp_generate_for_el()
2705 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_generate_for_el()
2707 size_t encoded_len = ossl_quic_cfq_item_get_encoded_len(cfq_item); in txp_generate_for_el()
[all …]
/openssl/test/
H A Dquic_fifd_test.c117 QUIC_CFQ_ITEM *cfq_item = NULL; in test_generic() local
163 if (!TEST_ptr(cfq_item = ossl_quic_cfq_add_frame(info->cfq, 10, in test_generic()
169 || !TEST_ptr_eq(cfq_item, ossl_quic_cfq_get_priority_head(info->cfq, pn_space))) in test_generic()
172 ossl_quic_txpim_pkt_add_cfq_item(pkt, cfq_item); in test_generic()
282 if (!TEST_ptr_eq(cfq_item, ossl_quic_cfq_get_priority_head(info->cfq, pn_space))) in test_generic()
H A Dquic_txp_test.c407 QUIC_CFQ_ITEM *cfq_item; in schedule_cfq_new_conn_id() local
434 if (!TEST_ptr(cfq_item = ossl_quic_cfq_add_frame(h->args.cfq, 1, in schedule_cfq_new_conn_id()
488 QUIC_CFQ_ITEM *cfq_item; in schedule_cfq_new_token() local
510 if (!TEST_ptr(cfq_item = ossl_quic_cfq_add_frame(h->args.cfq, 1, in schedule_cfq_new_token()

Completed in 20 milliseconds