DPDK  21.11.7
Data Fields
rte_flow_desc Struct Reference

#include <rte_flow.h>

Data Fields

size_t size
 
struct rte_flow_attr attr
 
struct rte_flow_itemitems
 
struct rte_flow_actionactions
 
uint8_t data []
 

Detailed Description

Deprecated:
See also
rte_flow_copy()

Definition at line 4303 of file rte_flow.h.

Field Documentation

◆ size

size_t size

Allocated space including data[].

Definition at line 4304 of file rte_flow.h.

◆ attr

struct rte_flow_attr attr

Attributes.

Definition at line 4305 of file rte_flow.h.

◆ items

struct rte_flow_item* items

Items.

Definition at line 4306 of file rte_flow.h.

◆ actions

struct rte_flow_action* actions

Actions.

Definition at line 4307 of file rte_flow.h.

◆ data

uint8_t data[]

Storage for items/actions.

Definition at line 4308 of file rte_flow.h.


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