DPDK  19.11.14
Data Fields
rte_flow_action Struct Reference

#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.

Examples:
examples/flow_classify/flow_classify.c, and examples/flow_filtering/flow_blocks.c.

Definition at line 2568 of file rte_flow.h.

Field Documentation

◆ type

Action type.

Definition at line 2569 of file rte_flow.h.

◆ conf

const void* conf

Pointer to action configuration object.

Definition at line 2570 of file rte_flow.h.


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