Searched refs:QUIC_CFQ_ITEM (Results 1 – 10 of 10) sorted by relevance
/openssl/include/internal/ |
H A D | quic_cfq.h | 26 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 D | quic_txpim.h | 31 QUIC_CFQ_ITEM *retx_head; 108 QUIC_CFQ_ITEM *item);
|
/openssl/ssl/quic/ |
H A D | quic_cfq.c | 16 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 D | quic_fifd.c | 74 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 D | quic_txpim.c | 144 QUIC_CFQ_ITEM *item) in ossl_quic_txpim_pkt_add_cfq_item()
|
H A D | quic_txp.c | 1332 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 D | quic-fifm.md | 157 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 D | quic_cfq_test.c | 55 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 D | quic_fifd_test.c | 117 QUIC_CFQ_ITEM *cfq_item = NULL; in test_generic()
|
H A D | quic_txp_test.c | 407 QUIC_CFQ_ITEM *cfq_item; in schedule_cfq_new_conn_id() 488 QUIC_CFQ_ITEM *cfq_item; in schedule_cfq_new_token()
|
Completed in 52 milliseconds