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

  
 
  

home | help
rte_table_acl_rule_add_params(3)      DPDK	rte_table_acl_rule_add_params(3)

NAME
     rte_table_acl_rule_add_params

SYNOPSIS
     #include <rte_table_acl.h>

   Data Fields
     int32_t priority
     struct rte_acl_field field_value [RTE_ACL_MAX_FIELDS]

Detailed Description
     ACL rule specification for entry add operation

     Definition at line 44 of file rte_table_acl.h.

Field Documentation
   int32_t priority
     ACL rule priority, with 0 as the highest priority

     Definition at line 46 of file rte_table_acl.h.

   struct rte_acl_field field_value[RTE_ACL_MAX_FIELDS]
     Values for the fields of the ACL rule to be added to the table

     Definition at line 49 of file rte_table_acl.h.

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

Version 25.11.0 		 Thu Aug 27 2026rte_table_acl_rule_add_params(3)

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

home | help