HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_ACKM (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_ackm.h 22 OSSL_ACKM *ossl_ackm_new(OSSL_TIME (*now)(void *arg),
27 void ossl_ackm_free(OSSL_ACKM *ackm);
29 void ossl_ackm_set_loss_detection_deadline_callback(OSSL_ACKM *ackm,
34 void ossl_ackm_set_ack_deadline_callback(OSSL_ACKM *ackm,
46 void ossl_ackm_set_rx_max_ack_delay(OSSL_ACKM *ackm, OSSL_TIME rx_max_ack_delay);
55 void ossl_ackm_set_tx_max_ack_delay(OSSL_ACKM *ackm, OSSL_TIME tx_max_ack_delay);
131 int ossl_ackm_on_tx_packet(OSSL_ACKM *ackm, OSSL_ACKM_TX_PKT *pkt);
132 int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes);
162 int ossl_ackm_on_rx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_RX_PKT *pkt);
164 int ossl_ackm_on_rx_ack_frame(OSSL_ACKM *ackm, const OSSL_QUIC_FRAME_ACK *ack
    [all...]
quic_fifd.h 30 OSSL_ACKM *ackm;
55 OSSL_ACKM *ackm,
quic_predef.h 22 typedef struct ossl_ackm_st OSSL_ACKM;
quic_txp.h 43 OSSL_ACKM *ackm; /* QUIC Acknowledgement Manager */
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_ackm.c 623 static struct tx_pkt_history_st *get_tx_history(OSSL_ACKM *ackm, int pkt_space)
634 static struct rx_pkt_history_st *get_rx_history(OSSL_ACKM *ackm, int pkt_space)
652 static uint64_t ackm_ack_eliciting_bytes_in_flight(OSSL_ACKM *ackm)
676 static OSSL_ACKM_TX_PKT *ackm_detect_and_remove_newly_acked_pkts(OSSL_ACKM *ackm,
753 static OSSL_ACKM_TX_PKT *ackm_detect_and_remove_lost_pkts(OSSL_ACKM *ackm,
817 static OSSL_TIME ackm_get_loss_time_and_space(OSSL_ACKM *ackm, int *pspace)
833 static OSSL_TIME ackm_get_pto_time_and_space(OSSL_ACKM *ackm, int *space)
907 static void ackm_set_loss_detection_timer_actual(OSSL_ACKM *ackm,
917 static int ackm_set_loss_detection_timer(OSSL_ACKM *ackm)
945 static int ackm_in_persistent_congestion(OSSL_ACKM *ackm
    [all...]
quic_channel_local.h 115 OSSL_ACKM *ackm;
quic_fifd.c 18 OSSL_ACKM *ackm,
  /src/crypto/external/apache2/openssl/dist/test/
quic_fifd_test.c 56 OSSL_ACKM *ackm;
quic_ackm_test.c 48 OSSL_ACKM *ackm;

Completed in 47 milliseconds