DPDK  17.02.1
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 structure, conf remains NULL.

Definition at line 881 of file rte_flow.h.

Field Documentation

Action type.

Definition at line 882 of file rte_flow.h.

const void* conf

Pointer to action configuration structure.

Definition at line 883 of file rte_flow.h.


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