DPDK  21.11.7
rte_flow_conv_rule Struct Reference

#include <rte_flow.h>

Detailed Description

Complete flow rule description.

This object type is used when converting a flow rule description.

See also
RTE_FLOW_CONV_OP_RULE
rte_flow_conv()

Definition at line 3858 of file rte_flow.h.

Field Documentation

◆ attr_ro

const struct rte_flow_attr* attr_ro

RO attributes.

Definition at line 3860 of file rte_flow.h.

◆ attr

struct rte_flow_attr* attr

Attributes.

Definition at line 3861 of file rte_flow.h.

◆ pattern_ro

const struct rte_flow_item* pattern_ro

RO pattern.

Definition at line 3864 of file rte_flow.h.

◆ pattern

struct rte_flow_item* pattern

Pattern items.

Definition at line 3865 of file rte_flow.h.

◆ actions_ro

const struct rte_flow_action* actions_ro

RO actions.

Definition at line 3868 of file rte_flow.h.

◆ actions

struct rte_flow_action* actions

List of actions.

Definition at line 3869 of file rte_flow.h.


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