Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c115 void (*ack_tx_cb)(const OSSL_QUIC_FRAME_ACK *ack, member
717 txp->ack_tx_cb = cb; in ossl_quic_tx_packetiser_set_ack_tx_cb()
1961 if (txp->ack_tx_cb != NULL) in txp_generate_pre_token()
1962 txp->ack_tx_cb(&ack2, pn_space, txp->ack_tx_cb_arg); in txp_generate_pre_token()