Searched refs:active_set (Results 1 – 2 of 2) sorted by relevance
620 int active_set = 0; in get_active_counter_set() local631 active_set = tcs->active_set; in get_active_counter_set()633 return active_set; in get_active_counter_set()1249 int active_set; in tag_stat_update() local1250 active_set = get_active_counter_set(tag_entry->tn.tag); in tag_stat_update()1254 active_set, direction, proto, bytes); in tag_stat_update()1255 data_counters_update(&tag_entry->counters, active_set, direction, in tag_stat_update()1258 data_counters_update(tag_entry->parent_counters, active_set, in tag_stat_update()2073 tcs_entry->active_set); in ctrl_cmd_delete()2193 tcs->active_set = counter_set; in ctrl_cmd_counter_set()
301 int active_set; member