Lines Matching defs:rule
532 vcap_copy_from_client_keyfield(struct vcap_rule *rule, in vcap_copy_from_client_keyfield()
587 vcap_copy_from_client_actionfield(struct vcap_rule *rule, in vcap_copy_from_client_actionfield()
884 int vcap_set_rule_set_keyset(struct vcap_rule *rule, in vcap_set_rule_set_keyset()
904 int vcap_set_rule_set_actionset(struct vcap_rule *rule, in vcap_set_rule_set_actionset()
1711 static int vcap_add_type_keyfield(struct vcap_rule *rule) in vcap_add_type_keyfield()
1744 static int vcap_add_type_actionfield(struct vcap_rule *rule) in vcap_add_type_actionfield()
1908 bool vcap_rule_find_keysets(struct vcap_rule *rule, in vcap_rule_find_keysets()
1987 int vcap_val_rule(struct vcap_rule *rule, u16 l3_proto) in vcap_val_rule()
2258 int vcap_add_rule(struct vcap_rule *rule) in vcap_add_rule()
2385 void vcap_free_rule(struct vcap_rule *rule) in vcap_free_rule()
2437 struct vcap_rule *rule; in vcap_get_rule() local
2455 int vcap_mod_rule(struct vcap_rule *rule) in vcap_mod_rule()
2609 vcap_find_keyfield(struct vcap_rule *rule, enum vcap_key_field key) in vcap_find_keyfield()
2621 const struct vcap_field *vcap_lookup_keyfield(struct vcap_rule *rule, in vcap_lookup_keyfield()
2639 static bool vcap_keyfield_unique(struct vcap_rule *rule, in vcap_keyfield_unique()
2652 static bool vcap_keyfield_match_keyset(struct vcap_rule *rule, in vcap_keyfield_match_keyset()
2670 static int vcap_rule_add_key(struct vcap_rule *rule, in vcap_rule_add_key()
2721 int vcap_rule_add_key_bit(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_add_key_bit()
2732 int vcap_rule_add_key_u32(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_add_key_u32()
2744 int vcap_rule_add_key_u48(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_add_key_u48()
2755 int vcap_rule_add_key_u72(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_add_key_u72()
2766 int vcap_rule_add_key_u128(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_add_key_u128()
2776 int vcap_rule_get_key_u32(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_get_key_u32()
2794 vcap_find_actionfield(struct vcap_rule *rule, enum vcap_action_field act) in vcap_find_actionfield()
2807 static bool vcap_actionfield_unique(struct vcap_rule *rule, in vcap_actionfield_unique()
2820 static bool vcap_actionfield_match_actionset(struct vcap_rule *rule, in vcap_actionfield_match_actionset()
2838 static int vcap_rule_add_action(struct vcap_rule *rule, in vcap_rule_add_action()
2887 int vcap_rule_add_action_bit(struct vcap_rule *rule, in vcap_rule_add_action_bit()
2899 int vcap_rule_add_action_u32(struct vcap_rule *rule, in vcap_rule_add_action_u32()
3240 void vcap_rule_set_counter_id(struct vcap_rule *rule, u32 counter_id) in vcap_rule_set_counter_id()
3248 int vcap_rule_set_counter(struct vcap_rule *rule, struct vcap_counter *ctr) in vcap_rule_set_counter()
3269 int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr) in vcap_rule_get_counter()
3291 static int vcap_rule_get_key(struct vcap_rule *rule, in vcap_rule_get_key()
3413 static int vcap_rule_mod_key(struct vcap_rule *rule, in vcap_rule_mod_key()
3428 int vcap_rule_mod_key_u32(struct vcap_rule *rule, enum vcap_key_field key, in vcap_rule_mod_key_u32()
3440 int vcap_rule_rem_key(struct vcap_rule *rule, enum vcap_key_field key) in vcap_rule_rem_key()
3458 static int vcap_rule_mod_action(struct vcap_rule *rule, in vcap_rule_mod_action()
3473 int vcap_rule_mod_action_u32(struct vcap_rule *rule, in vcap_rule_mod_action_u32()
3485 int vcap_filter_rule_keys(struct vcap_rule *rule, in vcap_filter_rule_keys()
3559 struct vcap_rule *rule; in vcap_copy_rule() local