Home
last modified time | relevance | path

Searched refs:tx_history (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/quic/
H A Dquic_ackm.c15 DEFINE_LIST_OF(tx_history, OSSL_ACKM_TX_PKT);
33 OSSL_LIST(tx_history) packets;
496 struct tx_pkt_history_st tx_history[QUIC_PN_SPACE_NUM]; member
620 return &ackm->tx_history[pkt_space]; in get_tx_history()
1033 for (i = 0; i < (int)OSSL_NELEM(ackm->tx_history); ++i) { in ossl_ackm_new()
1036 if (tx_pkt_history_init(&ackm->tx_history[i]) < 1) in ossl_ackm_new()
1056 tx_pkt_history_destroy(&ackm->tx_history[i]); in ossl_ackm_new()
1069 for (i = 0; i < OSSL_NELEM(ackm->tx_history); ++i) in ossl_ackm_free()
1071 tx_pkt_history_destroy(&ackm->tx_history[i]); in ossl_ackm_free()
1250 tx_pkt_history_destroy(&ackm->tx_history[pkt_space]); in ossl_ackm_on_pkt_space_discarded()
H A Dquic_fifd.c14 DEFINE_LIST_OF(tx_history, OSSL_ACKM_TX_PKT);
/openssl/include/internal/
H A Dquic_ackm.h125 OSSL_LIST_MEMBER(tx_history, OSSL_ACKM_TX_PKT);

Completed in 18 milliseconds