Searched refs:across_from_list (Results 1 – 3 of 3) sorted by relevance
237 cl_list_init(&p->across_from_list, 10); in osm_qos_policy_sl2vl_scope_create()252 cl_list_apply_func(&p->across_from_list, __free_single_element, NULL); in osm_qos_policy_sl2vl_scope_destroy()256 cl_list_remove_all(&p->across_from_list); in osm_qos_policy_sl2vl_scope_destroy()260 cl_list_destroy(&p->across_from_list); in osm_qos_policy_sl2vl_scope_destroy()
1542 … cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);1566 … cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);2601 !cl_list_count(&p_current_sl2vl_scope->across_from_list) ) in __parser_sl2vl_scope_end()
98 cl_list_t across_from_list; /* list of strings (port group names) */ member