rte_flow_action - Man Page
Synopsis
#include <rte_flow.h>
Data Fields
enum rte_flow_action_type type
const void * conf
Detailed Description
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 4160 of file rte_flow.h.
Field Documentation
enum rte_flow_action_type type
Action type.
Definition at line 4161 of file rte_flow.h.
const void* conf
Pointer to action configuration object.
Definition at line 4162 of file rte_flow.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 23.11.0 DPDK