Symbol: QUIC_CFQ_ITEM
crypto/openssl/include/internal/quic_cfq.h
102
QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
crypto/openssl/include/internal/quic_cfq.h
115
void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
122
void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
crypto/openssl/include/internal/quic_cfq.h
129
void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
140
QUIC_CFQ_ITEM *ossl_quic_cfq_get_priority_head(const QUIC_CFQ *cfq,
crypto/openssl/include/internal/quic_cfq.h
149
QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(const QUIC_CFQ_ITEM *item,
crypto/openssl/include/internal/quic_cfq.h
152
int ossl_quic_cfq_discard_unreliable(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
34
QUIC_CFQ_ITEM *pkt_prev, *pkt_next;
crypto/openssl/include/internal/quic_cfq.h
46
uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
49
const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
52
size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
55
int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
58
uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_cfq.h
61
int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_txpim.h
108
QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_txpim.h
31
QUIC_CFQ_ITEM *retx_head;
crypto/openssl/ssl/quic/quic_cfq.c
17
QUIC_CFQ_ITEM public;
crypto/openssl/ssl/quic/quic_cfq.c
232
QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
crypto/openssl/ssl/quic/quic_cfq.c
262
void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
28
uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
280
void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
crypto/openssl/ssl/quic/quic_cfq.c
311
int ossl_quic_cfq_discard_unreliable(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
329
void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
35
const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
350
QUIC_CFQ_ITEM *ossl_quic_cfq_get_priority_head(const QUIC_CFQ *cfq,
crypto/openssl/ssl/quic/quic_cfq.c
364
QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(const QUIC_CFQ_ITEM *item,
crypto/openssl/ssl/quic/quic_cfq.c
42
size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
49
int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
56
uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_cfq.c
63
int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_channel.c
567
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_fifd.c
130
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
crypto/openssl/ssl/quic/quic_fifd.c
236
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
crypto/openssl/ssl/quic/quic_fifd.c
254
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_fifd.c
314
static void txpim_pkt_remove_cfq_item(QUIC_TXPIM_PKT *pkt, QUIC_CFQ_ITEM *cfq_item)
crypto/openssl/ssl/quic/quic_fifd.c
316
QUIC_CFQ_ITEM *prev = cfq_item->pkt_prev;
crypto/openssl/ssl/quic/quic_fifd.c
333
QUIC_CFQ_ITEM *cfq_item, *cfq_next;
crypto/openssl/ssl/quic/quic_fifd.c
74
QUIC_CFQ_ITEM *cfq_item, *cfq_item_next;
crypto/openssl/ssl/quic/quic_txp.c
1429
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_txp.c
2669
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/ssl/quic/quic_txpim.c
144
QUIC_CFQ_ITEM *item)
crypto/openssl/test/quic_cfq_test.c
104
QUIC_CFQ_ITEM *item, *inext;
crypto/openssl/test/quic_cfq_test.c
55
static QUIC_CFQ_ITEM *items[QUIC_PN_SPACE_NUM][10];
crypto/openssl/test/quic_cfq_test.c
69
QUIC_CFQ_ITEM *item;
crypto/openssl/test/quic_fifd_test.c
121
QUIC_CFQ_ITEM *cfq_item = NULL;
crypto/openssl/test/quic_txp_test.c
415
QUIC_CFQ_ITEM *cfq_item;
crypto/openssl/test/quic_txp_test.c
496
QUIC_CFQ_ITEM *cfq_item;