DPDK 25.11.3
Loading...
Searching...
No Matches
rte_table_action_sym_crypto_params Struct Reference

#include <rte_table_action.h>

Data Fields

struct rte_crypto_sym_xformxform
uint32_t data_offset

Detailed Description

Symmetric Crypto action parameters (per table rule).

Examples
examples/ip_pipeline/cli.c.

Definition at line 747 of file rte_table_action.h.

Field Documentation

◆ xform

struct rte_crypto_sym_xform* xform

Xform pointer contains all relevant information

Examples
examples/ip_pipeline/cli.c.

Definition at line 750 of file rte_table_action.h.

◆ data_offset

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.

Examples
examples/ip_pipeline/cli.c.

Definition at line 757 of file rte_table_action.h.


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