Home
last modified time | relevance | path

Searched refs:QUIC_CFQ_ITEM (Results 1 – 10 of 10) sorted by relevance

/openssl/include/internal/
H A Dquic_cfq.h26 typedef struct quic_cfq_item_st QUIC_CFQ_ITEM; typedef
34 QUIC_CFQ_ITEM *pkt_prev, *pkt_next;
52 size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item);
55 int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item);
58 uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item);
61 int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item);
102 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq,
115 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
122 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
129 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
[all …]
H A Dquic_txpim.h31 QUIC_CFQ_ITEM *retx_head;
108 QUIC_CFQ_ITEM *item);
/openssl/ssl/quic/
H A Dquic_cfq.c16 QUIC_CFQ_ITEM public;
27 uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_frame_type()
41 size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_encoded_len()
48 int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_state()
55 uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_get_pn_space()
62 int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item) in ossl_quic_cfq_item_is_unreliable()
230 QUIC_CFQ_ITEM *ossl_quic_cfq_add_frame(QUIC_CFQ *cfq, in ossl_quic_cfq_add_frame()
260 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item) in ossl_quic_cfq_mark_tx()
278 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item, in ossl_quic_cfq_mark_lost()
313 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item) in ossl_quic_cfq_release()
[all …]
H A Dquic_fifd.c74 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next; in on_acked()
130 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next; in on_lost()
236 QUIC_CFQ_ITEM *cfq_item, *cfq_item_next; in on_discarded()
254 QUIC_CFQ_ITEM *cfq_item; in ossl_quic_fifd_pkt_commit()
H A Dquic_txpim.c144 QUIC_CFQ_ITEM *item) in ossl_quic_txpim_pkt_add_cfq_item()
H A Dquic_txp.c1332 QUIC_CFQ_ITEM *cfq_item; in txp_should_try_staging()
2583 QUIC_CFQ_ITEM *cfq_item; in txp_generate_for_el()
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md157 typedef struct quic_cfq_item_st QUIC_CFQ_ITEM;
165 QUIC_CFQ_ITEM *pkt_prev, *pkt_next;
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);
236 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
250 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
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;
[all …]
/openssl/test/
H A Dquic_cfq_test.c55 static QUIC_CFQ_ITEM *items[QUIC_PN_SPACE_NUM][10];
69 QUIC_CFQ_ITEM *item; in check()
104 QUIC_CFQ_ITEM *item, *inext; in test_cfq()
H A Dquic_fifd_test.c117 QUIC_CFQ_ITEM *cfq_item = NULL; in test_generic()
H A Dquic_txp_test.c407 QUIC_CFQ_ITEM *cfq_item; in schedule_cfq_new_conn_id()
488 QUIC_CFQ_ITEM *cfq_item; in schedule_cfq_new_token()

Completed in 26 milliseconds