Home
last modified time | relevance | path

Searched defs:tx_helper (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c127 struct tx_helper { struct
128 OSSL_QUIC_TX_PACKETISER *txp;
133 size_t max_ppl;
137 size_t bytes_appended;
144 size_t scratch_bytes;
153 size_t reserve;
158 size_t num_iovec;
160 uint32_t enc_level;
185 static void tx_helper_rollback(struct tx_helper *h); argument