Lines Matching refs:QUIC_CFQ_ITEM
157 typedef struct quic_cfq_item_st QUIC_CFQ_ITEM;
165 QUIC_CFQ_ITEM *pkt_prev, *pkt_next;
174 uint64_t ossl_quic_cfq_item_get_frame_type(QUIC_CFQ_ITEM *item);
177 const unsigned char *ossl_quic_cfq_item_get_encoded(QUIC_CFQ_ITEM *item);
180 size_t ossl_quic_cfq_item_get_encoded_len(QUIC_CFQ_ITEM *item);
183 int ossl_quic_cfg_item_get_state(QUIC_CFQ_ITEM *item);
186 int ossl_quic_cfg_item_get_pn_space(QUIC_CFQ_ITEM *item);
212 * On success, returns a QUIC_CFQ_ITEM pointer which acts as a handle to
224 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
236 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
243 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
248 * call. The QUIC_CFQ_ITEM pointer must not be used following this call.
250 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
261 QUIC_CFQ_ITEM *ossl_quic_cfq_get_priority_head(QUIC_CFQ *cfq, uint32_t pn_space);
269 QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(QUIC_CFQ_ITEM *item,
288 in each packet, via a linked list of `QUIC_CFQ_ITEM`s.
325 QUIC_CFQ_ITEM *retx_head;
380 QUIC_CFQ_ITEM *item);