FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
quic_crypto_batch_ctx_ Struct Reference
+ Collaboration diagram for quic_crypto_batch_ctx_:

Data Fields

vnet_crypto_op_t aead_crypto_tx_packets_ops [QUIC_SEND_MAX_BATCH_PACKETS]
 
vnet_crypto_op_t aead_crypto_rx_packets_ops [QUIC_RCV_MAX_BATCH_PACKETS]
 
size_t nb_tx_packets
 
size_t nb_rx_packets
 

Detailed Description

Definition at line 225 of file quic.h.

Field Documentation

◆ aead_crypto_rx_packets_ops

vnet_crypto_op_t quic_crypto_batch_ctx_::aead_crypto_rx_packets_ops[QUIC_RCV_MAX_BATCH_PACKETS]

Definition at line 227 of file quic.h.

◆ aead_crypto_tx_packets_ops

vnet_crypto_op_t quic_crypto_batch_ctx_::aead_crypto_tx_packets_ops[QUIC_SEND_MAX_BATCH_PACKETS]

Definition at line 227 of file quic.h.

◆ nb_rx_packets

size_t quic_crypto_batch_ctx_::nb_rx_packets

Definition at line 229 of file quic.h.

◆ nb_tx_packets

size_t quic_crypto_batch_ctx_::nb_tx_packets

Definition at line 229 of file quic.h.


The documentation for this struct was generated from the following file: