table of contents
        
      
      
    | rte_flow_desc(3) | DPDK | rte_flow_desc(3) | 
NAME¶
rte_flow_desc
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 4734 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.
| Fri Dec 15 2023 | Version 23.11.0 |