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_acl_rule_data

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_acl_rule_data(3)

Detailed Description

       Miscellaneous data for ACL rule.

       Definition at line 100 of file rte_acl.h.

Field Documentation

uint32_tcategory_mask
       Mask of categories for that rule.

       Definition at line 101 of file rte_acl.h.

   int32_tpriority
       Priority for that rule.

       Definition at line 102 of file rte_acl.h.

   uint32_tuserdata
       Associated with the rule user data.

       Definition at line 103 of file rte_acl.h.

Name

       rte_acl_rule_data

Synopsis

       #include <rte_acl.h>

   DataFields
       uint32_t category_mask
       int32_t priority
       uint32_t userdata

See Also