Searched refs:p_qos_match_rule (Results 1 – 2 of 2) sorted by relevance
452 osm_qos_match_rule_t *p_qos_match_rule = NULL; in osm_qos_policy_destroy() local502 p_qos_match_rule = in osm_qos_policy_destroy()504 if (p_qos_match_rule) in osm_qos_policy_destroy()505 osm_qos_policy_match_rule_destroy(p_qos_match_rule); in osm_qos_policy_destroy()583 osm_qos_match_rule_t *p_qos_match_rule = NULL; in __qos_policy_get_match_rule_by_params() local603 p_qos_match_rule = in __qos_policy_get_match_rule_by_params()605 if (!p_qos_match_rule) { in __qos_policy_get_match_rule_by_params()613 if (cl_list_count(&p_qos_match_rule->source_group_list) in __qos_policy_get_match_rule_by_params()614 && !cl_list_count(&p_qos_match_rule->destination_group_list)) { in __qos_policy_get_match_rule_by_params()617 &p_qos_match_rule-> in __qos_policy_get_match_rule_by_params()[all …]
2783 osm_qos_match_rule_t *p_qos_match_rule = NULL; in __process_ulp_match_rules() local2788 p_qos_match_rule = (osm_qos_match_rule_t *) cl_list_obj(list_iterator); in __process_ulp_match_rules()2789 if (p_qos_match_rule) in __process_ulp_match_rules()2791 p_qos_match_rule); in __process_ulp_match_rules()