| DPDK
    18.11.11
    | 
#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 299 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 300 of file rte_security.h.
| enum rte_security_session_protocol protocol | 
Security protocol to be configured
Definition at line 302 of file rte_security.h.
| RTE_STD_C11 { ... } | 
Configuration parameters for security session
| struct rte_crypto_sym_xform* crypto_xform | 
Security Session Crypto Transformations
Definition at line 311 of file rte_security.h.
| void* userdata | 
Application specific userdata to be saved with session
Definition at line 313 of file rte_security.h.
 1.8.9.1
 1.8.9.1