NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_ordered_list_element Struct Reference

Ordered list elements. More...

#include <doca_flow.h>

Collaboration diagram for doca_flow_ordered_list_element:

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
 
}; 
 

Detailed Description

Ordered list elements.

Definition at line 1057 of file doca_flow.h.

Field Documentation

◆ 

union { ... }

◆ action_descs

struct doca_flow_action_descs* doca_flow_ordered_list_element::action_descs

Definition at line 1066 of file doca_flow.h.

◆ actions

struct doca_flow_actions* doca_flow_ordered_list_element::actions

Definition at line 1062 of file doca_flow.h.

◆ actions_mask

struct doca_flow_actions* doca_flow_ordered_list_element::actions_mask

Definition at line 1064 of file doca_flow.h.

◆ monitor

struct doca_flow_monitor* doca_flow_ordered_list_element::monitor

Definition at line 1069 of file doca_flow.h.

◆ type

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.


The documentation for this struct was generated from the following file: