Lines Matching refs:cfq_item
1332 QUIC_CFQ_ITEM *cfq_item; in txp_should_try_staging() local
1436 for (cfq_item = ossl_quic_cfq_get_priority_head(txp->args.cfq, pn_space); in txp_should_try_staging()
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()
2706 const unsigned char *encoded = ossl_quic_cfq_item_get_encoded(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()
2763 ossl_quic_txpim_pkt_add_cfq_item(tpkt, cfq_item); in txp_generate_for_el()