|
DPDK 25.11.3
|
#include <rte_table_action.h>
Data Fields | |
| struct rte_crypto_sym_xform * | xform |
| uint32_t | data_offset |
Symmetric Crypto action parameters (per table rule).
Definition at line 747 of file rte_table_action.h.
| struct rte_crypto_sym_xform* xform |
Xform pointer contains all relevant information
Definition at line 750 of file rte_table_action.h.
| uint32_t data_offset |
Offset within the input packet buffer to the first byte of data to be processed by the crypto unit. Offset 0 points to the first byte of the MBUF structure.
Definition at line 757 of file rte_table_action.h.