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_match

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_regexdev_match(3)

Detailed Description

       The generic rte_regexdev_matchstructuretoholdtheRegExmatchattributes.Seealso
           struct rte_regex_ops::matches

       Definition at line 1245 of file rte_regexdev.h.

Field Documentation

uint32_trule_id
       Rule identifier to which the pattern matched.

       Seealso
           struct rte_regexdev_rule::rule_id

       Definition at line 1249 of file rte_regexdev.h.

   uint32_tgroup_id
       Group identifier of the rule which the pattern matched.

       Seealso
           struct rte_regexdev_rule::group_id

       Definition at line 1253 of file rte_regexdev.h.

   uint16_tstart_offset
       Starting Byte Position for matched rule.

       Definition at line 1257 of file rte_regexdev.h.

   uint16_tlen
       Length of match in bytes

       Definition at line 1260 of file rte_regexdev.h.

   uint16_tend_offset
       The end offset of the match. In case MATCH_AS_END configuration is enabled.

       Seealso
           RTE_REGEXDEV_CFG_MATCH_AS_END

       Definition at line 1262 of file rte_regexdev.h.

Name

       rte_regexdev_match

Synopsis

       #include <rte_regexdev.h>

See Also