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_prog_argument

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_flow_action_prog_argument(3)

Detailed Description

WarningEXPERIMENTAL: 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.

       Seealso
           struct rte_flow_action_prog

       Definition at line 4211 of file rte_flow.h.

Field Documentation

constchar*name
       Argument name.

       Definition at line 4213 of file rte_flow.h.

   uint32_tsize
       Argument size in bytes.

       Definition at line 4215 of file rte_flow.h.

   constuint8_t*value
       Argument value.

       Definition at line 4217 of file rte_flow.h.

Name

       rte_flow_action_prog_argument

Synopsis

       #include <rte_flow.h>

   DataFields
       const char * name
       uint32_t size
       const uint8_t * value

See Also