Home
last modified time | relevance | path

Searched defs:rte_flow_classify_rule (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/flow_classify/
H A Drte_flow_classify.c75 struct rte_flow_classify_rule { struct
76 uint32_t id; /* unique ID of classify rule */
77 enum rte_flow_classify_table_type tbl_type; /* rule table */
78 struct classify_rules rules; /* union of rules */
79 union {
81 } u;
82 int key_found; /* rule key found in table */
83 struct rte_flow_classify_table_entry entry; /* rule meta data */
84 void *entry_ptr; /* handle to the table entry for rule meta data */