mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
classifier: New function cls_rule_is_loose_match().
This function will be useful in an upcoming commit. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -87,6 +87,9 @@ void cls_rule_init_catchall(struct cls_rule *, unsigned int priority);
|
||||
|
||||
void cls_rule_zero_wildcarded_fields(struct cls_rule *);
|
||||
|
||||
bool cls_rule_is_loose_match(const struct cls_rule *rule,
|
||||
const struct cls_rule *criteria);
|
||||
|
||||
void cls_rule_set_reg(struct cls_rule *, unsigned int reg_idx, uint32_t value);
|
||||
void cls_rule_set_reg_masked(struct cls_rule *, unsigned int reg_idx,
|
||||
uint32_t value, uint32_t mask);
|
||||
|
Reference in New Issue
Block a user