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

Data Fields

crypto_worker_main_tworkers_main
 
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 161 of file ipsec.h.

Field Documentation

◆ auth_algs

crypto_alg_t* dpdk_crypto_main_t::auth_algs

Definition at line 167 of file ipsec.h.

◆ cipher_algs

crypto_alg_t* dpdk_crypto_main_t::cipher_algs

Definition at line 166 of file ipsec.h.

◆ data

crypto_data_t* dpdk_crypto_main_t::data

Definition at line 168 of file ipsec.h.

◆ dev

crypto_dev_t* dpdk_crypto_main_t::dev

Definition at line 164 of file ipsec.h.

◆ drv

crypto_drv_t* dpdk_crypto_main_t::drv

Definition at line 169 of file ipsec.h.

◆ enabled

u8 dpdk_crypto_main_t::enabled

Definition at line 171 of file ipsec.h.

◆ resource

crypto_resource_t* dpdk_crypto_main_t::resource

Definition at line 165 of file ipsec.h.

◆ session_timeout

u64 dpdk_crypto_main_t::session_timeout

Definition at line 170 of file ipsec.h.

◆ workers_main

crypto_worker_main_t* dpdk_crypto_main_t::workers_main

Definition at line 163 of file ipsec.h.


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