DOKK / manpages / debian 13 / dpdk-doc / rte_flow_action_prog_argument.3.en
rte_flow_action_prog_argument(3) Library Functions Manual rte_flow_action_prog_argument(3)

rte_flow_action_prog_argument

#include <rte_flow.h>


const char * name
uint32_t size
const uint8_t * value

Warning

EXPERIMENTAL: this structure may change without prior notice.

Program action argument configuration parameters.

For each action argument, its size must be non-zero and its value must point to a valid array of size bytes specified in network byte order.

See also

struct rte_flow_action_prog

Definition at line 4211 of file rte_flow.h.

Argument name.

Definition at line 4213 of file rte_flow.h.

Argument size in bytes.

Definition at line 4215 of file rte_flow.h.

Argument value.

Definition at line 4217 of file rte_flow.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK