Home
last modified time | relevance | path

Searched refs:OSSL_ACKM (Results 1 – 11 of 11) sorted by relevance

/openssl/include/internal/
H A Dquic_ackm.h22 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,
132 int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes);
176 int ossl_ackm_on_handshake_confirmed(OSSL_ACKM *ackm);
177 int ossl_ackm_on_timeout(OSSL_ACKM *ackm);
179 OSSL_TIME ossl_ackm_get_loss_detection_deadline(OSSL_ACKM *ackm);
209 int ossl_ackm_is_ack_desired(OSSL_ACKM *ackm, int pkt_space);
282 int ossl_ackm_mark_packet_pseudo_lost(OSSL_ACKM *ackm,
[all …]
H A Dquic_fifd.h30 OSSL_ACKM *ackm;
55 OSSL_ACKM *ackm,
H A Dquic_predef.h22 typedef struct ossl_ackm_st OSSL_ACKM; typedef
H A Dquic_txp.h43 OSSL_ACKM *ackm; /* QUIC Acknowledgement Manager */
/openssl/ssl/quic/
H A Dquic_ackm.c899 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()
1020 OSSL_ACKM *ossl_ackm_new(OSSL_TIME (*now)(void *arg), in ossl_ackm_new()
1026 OSSL_ACKM *ackm; in ossl_ackm_new()
1029 ackm = OPENSSL_zalloc(sizeof(OSSL_ACKM)); in ossl_ackm_new()
1062 void ossl_ackm_free(OSSL_ACKM *ackm) in ossl_ackm_free()
1266 int ossl_ackm_on_handshake_confirmed(OSSL_ACKM *ackm) in ossl_ackm_on_handshake_confirmed()
1294 int ossl_ackm_on_timeout(OSSL_ACKM *ackm) in ossl_ackm_on_timeout()
1467 static void ackm_on_rx_ack_eliciting(OSSL_ACKM *ackm, in ackm_on_rx_ack_eliciting()
1680 int ossl_ackm_mark_packet_pseudo_lost(OSSL_ACKM *ackm, in ossl_ackm_mark_packet_pseudo_lost()
[all …]
H A Dquic_channel_local.h82 OSSL_ACKM *ackm;
H A Dquic_fifd.c18 OSSL_ACKM *ackm, in ossl_quic_fifd_init()
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md94 typedef struct ossl_ackm_st OSSL_ACKM;
96 OSSL_ACKM *ossl_ackm_new(OSSL_TIME (*now)(void *arg),
102 void ossl_ackm_free(OSSL_ACKM *ackm);
206 int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes);
310 int ossl_ackm_on_pkt_space_discarded(OSSL_ACKM *ackm, int pkt_space);
322 int ossl_ackm_on_handshake_confirmed(OSSL_ACKM *ackm);
330 int ossl_ackm_on_timeout(OSSL_ACKM *ackm);
349 OSSL_TIME ossl_ackm_get_loss_detection_deadline(OSSL_ACKM *ackm);
390 int ossl_ackm_is_ack_desired(OSSL_ACKM *ackm, int pkt_space);
471 int ossl_ackm_get_probe_request(OSSL_ACKM *ackm, int clear,
[all …]
H A Dtx-packetiser.md27 OSSL_ACKM *ackm; /* QUIC Acknowledgement Manager */
/openssl/test/
H A Dquic_fifd_test.c52 OSSL_ACKM *ackm;
H A Dquic_ackm_test.c48 OSSL_ACKM *ackm;

Completed in 73 milliseconds