Searched refs:tclasses_by_section (Results 1 – 4 of 4) sorted by relevance
76 existing = hashmap_get(network->tclasses_by_section, n); in tclass_new_static()93 …r = hashmap_ensure_put(&network->tclasses_by_section, &config_section_hash_ops, tclass->section, t… in tclass_new_static()106 hashmap_remove(tclass->network->tclasses_by_section, tclass->section); in tclass_free()508 HASHMAP_FOREACH(tclass, network->tclasses_by_section) in network_drop_invalid_tclass()
26 HASHMAP_FOREACH(tclass, link->network->tclasses_by_section) { in link_request_traffic_control()
340 Hashmap *tclasses_by_section; member
733 hashmap_free_with_destructor(network->tclasses_by_section, tclass_free); in network_free()