Home
last modified time | relevance | path

Searched defs:ackm (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_ackm.c616 static struct tx_pkt_history_st *get_tx_history(OSSL_ACKM *ackm, int pkt_space) in get_tx_history()
627 static struct rx_pkt_history_st *get_rx_history(OSSL_ACKM *ackm, int pkt_space) in get_rx_history()
645 static uint64_t ackm_ack_eliciting_bytes_in_flight(OSSL_ACKM *ackm) in ackm_ack_eliciting_bytes_in_flight()
669 static OSSL_ACKM_TX_PKT *ackm_detect_and_remove_newly_acked_pkts(OSSL_ACKM *ackm, in ackm_detect_and_remove_newly_acked_pkts()
746 static OSSL_ACKM_TX_PKT *ackm_detect_and_remove_lost_pkts(OSSL_ACKM *ackm, in ackm_detect_and_remove_lost_pkts()
812 static OSSL_TIME ackm_get_loss_time_and_space(OSSL_ACKM *ackm, int *pspace) in ackm_get_loss_time_and_space()
828 static OSSL_TIME ackm_get_pto_time_and_space(OSSL_ACKM *ackm, int *space) in ackm_get_pto_time_and_space()
889 static void ackm_set_loss_detection_timer_actual(OSSL_ACKM *ackm, in ackm_set_loss_detection_timer_actual()
899 static int ackm_set_loss_detection_timer(OSSL_ACKM *ackm) in ackm_set_loss_detection_timer()
927 static int ackm_in_persistent_congestion(OSSL_ACKM *ackm, in ackm_in_persistent_congestion()
[all …]
H A Dquic_fifd.c18 OSSL_ACKM *ackm, in ossl_quic_fifd_init()
H A Dquic_channel_local.h93 OSSL_ACKM *ackm; member
/freebsd/crypto/openssl/include/internal/
H A Dquic_fifd.h30 OSSL_ACKM *ackm; member
H A Dquic_txp.h43 OSSL_ACKM *ackm; /* QUIC Acknowledgement Manager */ member
/freebsd/crypto/openssl/test/
H A Dquic_fifd_test.c52 OSSL_ACKM *ackm; member
H A Dquic_ackm_test.c48 OSSL_ACKM *ackm; member