Home
last modified time | relevance | path

Searched refs:retx_head (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fifd.c107 for (cfq_item = pkt->retx_head; cfq_item != NULL; cfq_item = cfq_item_next) { in on_acked()
193 for (cfq_item = pkt->retx_head; cfq_item != NULL; cfq_item = cfq_item_next) { in on_lost()
244 for (cfq_item = pkt->retx_head; cfq_item != NULL; cfq_item = cfq_item_next) { in on_discarded()
273 for (cfq_item = pkt->retx_head; in ossl_quic_fifd_pkt_commit()
H A Dquic_txpim.c111 ex->public.retx_head = NULL; in txpim_clear()
146 item->pkt_next = fpkt->retx_head; in ossl_quic_txpim_pkt_add_cfq_item()
148 fpkt->retx_head = item; in ossl_quic_txpim_pkt_add_cfq_item()
/openssl/include/internal/
H A Dquic_txpim.h31 QUIC_CFQ_ITEM *retx_head; member
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md325 QUIC_CFQ_ITEM *retx_head;
378 /* Adds a CFQ item to the packet by prepending it to the retx_head list. */

Completed in 12 milliseconds