|
DPDK 22.11.10
|
#include <rte_flow.h>
Data Fields | |
| enum rte_flow_action_type | type |
| const void * | conf |
Definition of a single action.
A list of actions is terminated by a END action.
For simple actions without a configuration object, conf remains NULL.
Definition at line 3670 of file rte_flow.h.
| enum rte_flow_action_type type |
| const void* conf |
Pointer to action configuration object.
Definition at line 3672 of file rte_flow.h.