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

  
 
  

home | help
rte_flow_action(3)		      DPDK		      rte_flow_action(3)

NAME
     rte_flow_action

SYNOPSIS
     #include <rte_flow.h>

   Data Fields
     enum rte_flow_action_type type
     const void * conf

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
   enum rte_flow_action_type type
     Action type.

     Definition at line 4292 of file rte_flow.h.

   const void* conf
     Pointer to action configuration object.

     Definition at line 4293 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_action(3)

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

home | help