Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_flow_desc - Man Page

Synopsis

#include <rte_flow.h>

Data Fields

size_t size
struct rte_flow_attr attr
struct rte_flow_item * items
struct rte_flow_action * actions
uint8_t data []

Detailed Description

Deprecated

See also

rte_flow_copy()

Definition at line 4733 of file rte_flow.h.

Field Documentation

size_t size

Allocated space including data[].

Definition at line 4734 of file rte_flow.h.

struct rte_flow_attr attr

Attributes.

Definition at line 4735 of file rte_flow.h.

struct rte_flow_item* items

Items.

Definition at line 4736 of file rte_flow.h.

struct rte_flow_action* actions

Actions.

Definition at line 4737 of file rte_flow.h.

uint8_t data[]

Storage for items/actions.

Definition at line 4738 of file rte_flow.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK