|
DPDK 22.11.10
|
#include <rte_security.h>
Data Fields | |
| enum rte_security_session_action_type | action_type |
| enum rte_security_session_protocol | protocol |
| union { | |
| }; | |
| struct rte_crypto_sym_xform * | crypto_xform |
| void * | userdata |
Security session configuration
Definition at line 662 of file rte_security.h.
| enum rte_security_session_action_type action_type |
Type of action to be performed on the session
Definition at line 663 of file rte_security.h.
| enum rte_security_session_protocol protocol |
Security protocol to be configured
Definition at line 665 of file rte_security.h.
| RTE_STD_C11 union { ... } @349 |
Configuration parameters for security session
| struct rte_crypto_sym_xform* crypto_xform |
Security Session Crypto Transformations. NULL in case of MACsec.
Definition at line 675 of file rte_security.h.
| void* userdata |
Application specific userdata to be saved with session
Definition at line 677 of file rte_security.h.