Searched defs:rte_flow_classify_rule (Results 1 – 1 of 1) sorted by relevance
78 struct rte_flow_classify_rule { struct79 uint32_t id; /* unique ID of classify rule */80 enum rte_flow_classify_table_type tbl_type; /* rule table */81 struct classify_rules rules; /* union of rules */82 union {84 } u;85 int key_found; /* rule key found in table */86 struct rte_flow_classify_table_entry entry; /* rule meta data */87 void *entry_ptr; /* handle to the table entry for rule meta data */