Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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 4876 of file rte_flow.h.

Field Documentation
   size_t size
     Allocated space including data[].

     Definition at line 4877 of file rte_flow.h.

   struct rte_flow_attr attr
     Attributes.

     Definition at line 4878 of file rte_flow.h.

   struct rte_flow_item* items
     Items.

     Definition at line 4879 of file rte_flow.h.

   struct rte_flow_action* actions
     Actions.

     Definition at line 4880 of file rte_flow.h.

   uint8_t data[]
     Storage for items/actions.

     Definition at line 4881 of file rte_flow.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026		rte_flow_desc(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_flow_desc&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help