| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Ordered list elements. More...
#include <doca_flow.h>

Data Fields | |
| enum doca_flow_ordered_list_element_type | type |
| union { | |
| struct { | |
| struct doca_flow_actions * actions | |
| struct doca_flow_actions * actions_mask | |
| struct doca_flow_action_descs * action_descs | |
| } | |
| struct doca_flow_monitor * monitor | |
| }; | |
Ordered list elements.
Definition at line 1057 of file doca_flow.h.
| union { ... } |
| struct doca_flow_action_descs* doca_flow_ordered_list_element::action_descs |
Definition at line 1066 of file doca_flow.h.
| struct doca_flow_actions* doca_flow_ordered_list_element::actions |
Definition at line 1062 of file doca_flow.h.
| struct doca_flow_actions* doca_flow_ordered_list_element::actions_mask |
Definition at line 1064 of file doca_flow.h.
| struct doca_flow_monitor* doca_flow_ordered_list_element::monitor |
Definition at line 1069 of file doca_flow.h.
| enum doca_flow_ordered_list_element_type doca_flow_ordered_list_element::type |
Types of DOCA Flow structures each of the elements is pointing to.
Definition at line 1036 of file doca_flow.h.