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

FreeBSD Manual Pages

  
 
  

home | help
rte_flow_action_prog_argument(3)     DPDK     rte_flow_action_prog_argument(3)

NAME
       rte_flow_action_prog_argument

SYNOPSIS
       #include	<rte_flow.h>

   Data	Fields
       const char * name
       uint32_t	size
       const uint8_t * value

Detailed Description
       Warning
	   EXPERIMENTAL: this structure	may change without prior notice.

       Program action argument configuration parameters.

       For each	action argument, its size must be non-zero and its value must
       point to	a valid	array of size bytes specified in network byte order.

       See also
	   struct rte_flow_action_prog

       Definition at line 4211 of file rte_flow.h.

Field Documentation
   const char* name
       Argument	name.

       Definition at line 4213 of file rte_flow.h.

   uint32_t size
       Argument	size in	bytes.

       Definition at line 4215 of file rte_flow.h.

   const uint8_t* value
       Argument	value.

       Definition at line 4217 of file rte_flow.h.

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

Version	25.11.0			Thu Jun	11 202rte_flow_action_prog_argument(3)

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

home | help