DPDK  24.11.0-rc3
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_skeleton.c, examples/flow_filtering/snippets/snippet_match_gre.c, examples/flow_filtering/snippets/snippet_match_ipv4.c, examples/flow_filtering/snippets/snippet_match_mpls.c, examples/ipsec-secgw/flow.c, examples/ipsec-secgw/ipsec-secgw.c, and examples/l2fwd-macsec/main.c.

Definition at line 4291 of file rte_flow.h.

Field Documentation

◆ type

◆ conf

const void* conf

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