Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_txpim.h78 QUIC_TXPIM *ossl_quic_txpim_new(void);
85 void ossl_quic_txpim_free(QUIC_TXPIM *txpim);
92 QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim);
97 void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt);
131 size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim);
H A Dquic_fifd.h31 QUIC_TXPIM *txpim;
56 QUIC_TXPIM *txpim,
H A Dquic_predef.h18 typedef struct quic_txpim_st QUIC_TXPIM; typedef
H A Dquic_txp.h41 QUIC_TXPIM *txpim; /* QUIC TX'd Packet Information Manager */
/openssl/ssl/quic/
H A Dquic_txpim.c34 QUIC_TXPIM *ossl_quic_txpim_new(void) in ossl_quic_txpim_new()
36 QUIC_TXPIM *txpim = OPENSSL_zalloc(sizeof(*txpim)); in ossl_quic_txpim_new()
58 void ossl_quic_txpim_free(QUIC_TXPIM *txpim) in ossl_quic_txpim_free()
92 static QUIC_TXPIM_PKT_EX *txpim_get_free(QUIC_TXPIM *txpim) in txpim_get_free()
121 QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim) in ossl_quic_txpim_pkt_alloc()
134 void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt) in ossl_quic_txpim_pkt_release()
226 size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim) in ossl_quic_txpim_get_in_use()
H A Dquic_channel_local.h69 QUIC_TXPIM *txpim;
H A Dquic_fifd.c19 QUIC_TXPIM *txpim, in ossl_quic_fifd_init()
/openssl/test/
H A Dquic_txpim_test.c17 QUIC_TXPIM *txpim; in test_txpim()
H A Dquic_fifd_test.c54 QUIC_TXPIM *txpim;
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md278 The Transmitted Packet Information Manager (`QUIC_TXPIM`) is responsible for
318 typedef struct quic_txpim_st QUIC_TXPIM;
356 QUIC_TXPIM *ossl_quic_txpim_new(void);
357 void ossl_quic_txpim_free(QUIC_TXPIM *txpim);
364 QUIC_TXPIM_PKT *ossl_quic_txpim_pkt_alloc(QUIC_TXPIM *txpim);
369 void ossl_quic_txpim_pkt_release(QUIC_TXPIM *txpim, QUIC_TXPIM_PKT *fpkt);
401 size_t ossl_quic_txpim_get_in_use(QUIC_TXPIM *txpim);
449 QUIC_TXPIM *txpim,
H A Dtx-packetiser.md25 QUIC_TXPIM *txpim; /* QUIC TX'd Packet Information Manager */

Completed in 19 milliseconds