DPDK
24.07.0
|
#include <rte_flow.h>
Data Fields | |
const char * | name |
uint32_t | args_num |
const struct rte_flow_action_prog_argument * | args |
RTE_FLOW_ACTION_TYPE_PROG
Program action configuration parameters.
Each action can have zero or more arguments. When args_num is non-zero, the args parameter must point to a valid array of args_num elements.
Definition at line 4232 of file rte_flow.h.
const char* name |
Action name.
Definition at line 4234 of file rte_flow.h.
uint32_t args_num |
Number of action arguments.
Definition at line 4236 of file rte_flow.h.
const struct rte_flow_action_prog_argument* args |
Action arguments array.
Definition at line 4238 of file rte_flow.h.