logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_flow_desc(3)

Detailed Description

DeprecatedSeealsorte_flow_copy()

       Definition at line 4876 of file rte_flow.h.

Field Documentation

size_tsize
       Allocated space including data[].

       Definition at line 4877 of file rte_flow.h.

   structrte_flow_attrattr
       Attributes.

       Definition at line 4878 of file rte_flow.h.

   structrte_flow_item*items
       Items.

       Definition at line 4879 of file rte_flow.h.

   structrte_flow_action*actions
       Actions.

       Definition at line 4880 of file rte_flow.h.

   uint8_tdata[]
       Storage for items/actions.

       Definition at line 4881 of file rte_flow.h.

Name

       rte_flow_desc

Synopsis

       #include <rte_flow.h>

   DataFields
       size_t size
       struct rte_flow_attrattr
       struct rte_flow_item * items
       struct rte_flow_action * actions
       uint8_t data []

See Also