NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_crypto_encap_action Struct Reference

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]
 

Detailed Description

doca flow crypto encap action information

Definition at line 644 of file doca_flow.h.

Field Documentation

◆ action_type

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.

◆ data_size

uint16_t doca_flow_crypto_encap_action::data_size

reformat header length in bytes

Definition at line 651 of file doca_flow.h.

◆ encap_data

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.

◆ icv_size

uint16_t doca_flow_crypto_encap_action::icv_size

trailer size in bytes

Definition at line 649 of file doca_flow.h.

◆ net_type

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.


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