DPDK
19.08.0-rc0
|
#include <rte_regexdev.h>
The generic rte_regex_match structure to hold the RegEx match attributes.
Definition at line 992 of file rte_regexdev.h.
uint32_t rule_id |
Rule identifier to which the pattern matched.
Definition at line 997 of file rte_regexdev.h.
uint32_t group_id |
Group identifier of the rule which the pattern matched.
Definition at line 1001 of file rte_regexdev.h.
uint16_t offset |
Starting Byte Position for matched rule.
Definition at line 1005 of file rte_regexdev.h.
uint16_t len |
Length of match in bytes
Definition at line 1007 of file rte_regexdev.h.