Home
last modified time | relevance | path

Searched refs:tclasses_by_section (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/tc/
Dtclass.c76 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()
Dtc.c26 HASHMAP_FOREACH(tclass, link->network->tclasses_by_section) { in link_request_traffic_control()
/systemd-251/src/network/
Dnetworkd-network.h340 Hashmap *tclasses_by_section; member
Dnetworkd-network.c733 hashmap_free_with_destructor(network->tclasses_by_section, tclass_free); in network_free()