| 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
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
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 |