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_regexdev_rule

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_regexdev_rule(3)

Detailed Description

       Structure to hold a RegEx rule attributes.

       Definition at line 954 of file rte_regexdev.h.

Field Documentation

enumrte_regexdev_rule_opop
       OP type of the rule either a OP_ADD or OP_DELETE.

       Definition at line 955 of file rte_regexdev.h.

   uint16_tgroup_id
       Group identifier to which the rule belongs to.

       Definition at line 957 of file rte_regexdev.h.

   uint32_trule_id
       Rule identifier which is returned on successful match.

       Definition at line 959 of file rte_regexdev.h.

   constchar*pcre_rule
       Buffer to hold the PCRE rule.

       Definition at line 961 of file rte_regexdev.h.

   uint16_tpcre_rule_len
       Length of the PCRE rule.

       Definition at line 963 of file rte_regexdev.h.

Name

       rte_regexdev_rule

Synopsis

       #include <rte_regexdev.h>

   DataFields
       enum rte_regexdev_rule_opop
       uint16_t group_id
       uint32_t rule_id
       const char * pcre_rule
       uint16_t pcre_rule_len

See Also