|
DPDK
18.02.2
|
#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 structure, conf remains NULL.
Definition at line 1160 of file rte_flow.h.
| enum rte_flow_action_type type |
Action type.
Definition at line 1161 of file rte_flow.h.
| const void* conf |
Pointer to action configuration structure.
Definition at line 1162 of file rte_flow.h.
1.8.1.2