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

rte_flow_conv_rule

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_flow_conv_rule(3)

Detailed Description

       Complete flow rule description.

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

       SeealsoRTE_FLOW_CONV_OP_RULErte_flow_conv()

       Definition at line 4392 of file rte_flow.h.

Field Documentation

conststructrte_flow_attr*attr_ro
       RO attributes.

       Definition at line 4394 of file rte_flow.h.

   structrte_flow_attr*attr
       Attributes.

       Definition at line 4395 of file rte_flow.h.

   conststructrte_flow_item*pattern_ro
       RO pattern.

       Definition at line 4398 of file rte_flow.h.

   structrte_flow_item*pattern
       Pattern items.

       Definition at line 4399 of file rte_flow.h.

   conststructrte_flow_action*actions_ro
       RO actions.

       Definition at line 4402 of file rte_flow.h.

   structrte_flow_action*actions
       List of actions.

       Definition at line 4403 of file rte_flow.h.

Name

       rte_flow_conv_rule

Synopsis

       #include <rte_flow.h>

See Also