| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca flow crypto encap action information More...
#include <doca_flow.h>
Data Fields | |
| enum doca_flow_crypto_encap_action_type | action_type |
| enum doca_flow_crypto_encap_net_type | net_type |
| uint16_t | icv_size |
| uint16_t | data_size |
| uint8_t | encap_data [DOCA_FLOW_CRYPTO_HEADER_LEN_MAX] |
doca flow crypto encap action information
Definition at line 644 of file doca_flow.h.
| enum doca_flow_crypto_encap_action_type doca_flow_crypto_encap_action::action_type |
action type - encap or decap
Definition at line 633 of file doca_flow.h.
| uint16_t doca_flow_crypto_encap_action::data_size |
reformat header length in bytes
Definition at line 651 of file doca_flow.h.
| uint8_t doca_flow_crypto_encap_action::encap_data[DOCA_FLOW_CRYPTO_HEADER_LEN_MAX] |
reformat header data to insert
Definition at line 653 of file doca_flow.h.
| uint16_t doca_flow_crypto_encap_action::icv_size |
trailer size in bytes
Definition at line 649 of file doca_flow.h.
| enum doca_flow_crypto_encap_net_type doca_flow_crypto_encap_action::net_type |
network type - mode, protocol, header
Definition at line 633 of file doca_flow.h.