Searched defs:txpim (Results 1 – 7 of 7) sorted by relevance
36 QUIC_TXPIM *txpim = OPENSSL_zalloc(sizeof(*txpim)); in ossl_quic_txpim_new() local58 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()
19 QUIC_TXPIM *txpim, in ossl_quic_fifd_init()
69 QUIC_TXPIM *txpim; member
17 QUIC_TXPIM *txpim; in test_txpim() local
54 QUIC_TXPIM *txpim; member
31 QUIC_TXPIM *txpim; member
41 QUIC_TXPIM *txpim; /* QUIC TX'd Packet Information Manager */ member
Completed in 18 milliseconds