DPDK  24.03.0
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_filtering/flow_blocks.c, examples/ipsec-secgw/flow.c, examples/ipsec-secgw/ipsec-secgw.c, and examples/l2fwd-macsec/main.c.

Definition at line 4259 of file rte_flow.h.

Field Documentation

◆ type

Action type.

Examples:
examples/ipsec-secgw/flow.c, and examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 4260 of file rte_flow.h.

◆ conf

const void* conf

Pointer to action configuration object.

Examples:
examples/ipsec-secgw/flow.c, and examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 4261 of file rte_flow.h.


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