Home
last modified time | relevance | path

Searched refs:ossl_ackm_on_rx_packet (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/designs/quic-design/
H A Dquic-ackm.md196 `ossl_ackm_on_rx_packet`.
200 separately in the subsequent calls to `ossl_ackm_on_rx_packet` and
245 int ossl_ackm_on_rx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_RX_PKT *pkt);
251 after any call to `ossl_ackm_on_rx_packet`.
369 been received and notified to the ACK manager via `ossl_ackm_on_rx_packet`.
386 `ossl_ackm_on_rx_packet` and based on the passage of time (see
417 to `ossl_ackm_on_rx_packet`; or
428 that PN is passed to ossl_ackm_on_rx_packet, thus this function must be used
429 before calling `ossl_ackm_on_rx_packet`.
/openssl/include/internal/
H A Dquic_ackm.h162 int ossl_ackm_on_rx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_RX_PKT *pkt);
/openssl/ssl/quic/
H A Dquic_rx_depack.c1464 ossl_ackm_on_rx_packet(ch->ackm, &ackm_data); in ossl_quic_handle_frames()
H A Dquic_ackm.c1534 int ossl_ackm_on_rx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_RX_PKT *pkt) in ossl_ackm_on_rx_packet() function
/openssl/test/
H A Dquic_ackm_test.c965 if (!TEST_int_eq(ossl_ackm_on_rx_packet(h.ackm, &pkt), 1)) in test_rx_ack_actual()
H A Dquic_txp_test.c565 if (!TEST_true(ossl_ackm_on_rx_packet(h->args.ackm, &rx_pkt))) in schedule_ack()

Completed in 28 milliseconds