Searched refs:ossl_ackm_on_rx_packet (Results 1 – 6 of 6) sorted by relevance
196 `ossl_ackm_on_rx_packet`.200 separately in the subsequent calls to `ossl_ackm_on_rx_packet` and245 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 (see417 to `ossl_ackm_on_rx_packet`; or428 that PN is passed to ossl_ackm_on_rx_packet, thus this function must be used429 before calling `ossl_ackm_on_rx_packet`.
162 int ossl_ackm_on_rx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_RX_PKT *pkt);
1464 ossl_ackm_on_rx_packet(ch->ackm, &ackm_data); in ossl_quic_handle_frames()
1534 int ossl_ackm_on_rx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_RX_PKT *pkt) in ossl_ackm_on_rx_packet() function
965 if (!TEST_int_eq(ossl_ackm_on_rx_packet(h.ackm, &pkt), 1)) in test_rx_ack_actual()
565 if (!TEST_true(ossl_ackm_on_rx_packet(h->args.ackm, &rx_pkt))) in schedule_ack()
Completed in 32 milliseconds