FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
dpdk_crypto_main_t Struct Reference
+ Collaboration diagram for dpdk_crypto_main_t:

Data Fields

crypto_worker_main_tworkers_main
 
struct rte_cryptodev_sym_session ** sa_session
 
crypto_dev_tdev
 
crypto_resource_tresource
 
crypto_alg_tcipher_algs
 
crypto_alg_tauth_algs
 
crypto_data_tdata
 
crypto_drv_tdrv
 
u64 session_timeout
 
u8 enabled
 

Detailed Description

Definition at line 143 of file ipsec.h.

Field Documentation

crypto_alg_t* dpdk_crypto_main_t::auth_algs

Definition at line 150 of file ipsec.h.

crypto_alg_t* dpdk_crypto_main_t::cipher_algs

Definition at line 149 of file ipsec.h.

crypto_data_t* dpdk_crypto_main_t::data

Definition at line 151 of file ipsec.h.

crypto_dev_t* dpdk_crypto_main_t::dev

Definition at line 147 of file ipsec.h.

crypto_drv_t* dpdk_crypto_main_t::drv

Definition at line 152 of file ipsec.h.

u8 dpdk_crypto_main_t::enabled

Definition at line 154 of file ipsec.h.

crypto_resource_t* dpdk_crypto_main_t::resource

Definition at line 148 of file ipsec.h.

struct rte_cryptodev_sym_session** dpdk_crypto_main_t::sa_session

Definition at line 146 of file ipsec.h.

u64 dpdk_crypto_main_t::session_timeout

Definition at line 153 of file ipsec.h.

crypto_worker_main_t* dpdk_crypto_main_t::workers_main

Definition at line 145 of file ipsec.h.


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