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_action

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_flow_action(3)

Detailed Description

       Definition of a single action.

       A list of actions is terminated by a END action.

       For simple actions without a configuration object, conf remains NULL.

       Definition at line 4291 of file rte_flow.h.

Field Documentation

enumrte_flow_action_typetype
       Action type.

       Definition at line 4292 of file rte_flow.h.

   constvoid*conf
       Pointer to action configuration object.

       Definition at line 4293 of file rte_flow.h.

Name

       rte_flow_action

Synopsis

       #include <rte_flow.h>

   DataFields
       enum rte_flow_action_typetype
       const void * conf

See Also