Home
last modified time | relevance | path

Searched refs:tclass_new_static (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/network/tc/
Dqfq.c76 r = tclass_new_static(TCLASS_KIND_QFQ, network, filename, section_line, &tclass); in config_parse_quick_fair_queueing_weight()
137 r = tclass_new_static(TCLASS_KIND_QFQ, network, filename, section_line, &tclass); in config_parse_quick_fair_queueing_max_packet()
Dhtb.c267 r = tclass_new_static(TCLASS_KIND_HTB, network, filename, section_line, &tclass); in config_parse_hierarchy_token_bucket_class_u32()
321 r = tclass_new_static(TCLASS_KIND_HTB, network, filename, section_line, &tclass); in config_parse_hierarchy_token_bucket_class_size()
405 r = tclass_new_static(TCLASS_KIND_HTB, network, filename, section_line, &tclass); in config_parse_hierarchy_token_bucket_class_rate()
Dtclass.c61 int tclass_new_static(TClassKind kind, Network *network, const char *filename, unsigned section_lin… in tclass_new_static() function
534 r = tclass_new_static(ltype, network, filename, section_line, &tclass); in config_parse_tclass_parent()
581 r = tclass_new_static(ltype, network, filename, section_line, &tclass); in config_parse_tclass_classid()
Dtclass.h59 int tclass_new_static(TClassKind kind, Network *network, const char *filename, unsigned section_lin…
Ddrr.c68 r = tclass_new_static(TCLASS_KIND_DRR, network, filename, section_line, &tclass); in config_parse_drr_size()