| DPDK
    18.11.11
    | 
#include <rte_flow.h>
Complete flow rule description.
This object type is used when converting a flow rule description.
Definition at line 2197 of file rte_flow.h.
| const struct rte_flow_attr* attr_ro | 
RO attributes.
Definition at line 2199 of file rte_flow.h.
| struct rte_flow_attr* attr | 
Attributes.
Definition at line 2200 of file rte_flow.h.
| const struct rte_flow_item* pattern_ro | 
RO pattern.
Definition at line 2203 of file rte_flow.h.
| struct rte_flow_item* pattern | 
Pattern items.
Definition at line 2204 of file rte_flow.h.
| const struct rte_flow_action* actions_ro | 
RO actions.
Definition at line 2207 of file rte_flow.h.
| struct rte_flow_action* actions | 
List of actions.
Definition at line 2208 of file rte_flow.h.
 1.8.9.1
 1.8.9.1