Searched refs:QDISC_KIND_GRED (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/network/tc/ |
D | gred.c | 92 r = qdisc_new_static(QDISC_KIND_GRED, network, filename, section_line, &qdisc); in config_parse_generic_random_early_detection_u32() 157 r = qdisc_new_static(QDISC_KIND_GRED, network, filename, section_line, &qdisc); in config_parse_generic_random_early_detection_bool()
|
D | qdisc.h | 21 QDISC_KIND_GRED, enumerator
|
D | qdisc.c | 30 [QDISC_KIND_GRED] = &gred_vtable,
|
/systemd-251/src/network/ |
D | networkd-network-gperf.gperf | 469 …, config_parse_qdisc_parent, QDISC_KIND_GRED, … 470 …, config_parse_qdisc_handle, QDISC_KIND_GRED, … 471 …lQueues, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, … 472 …tVirtualQueue, config_parse_generic_random_early_detection_u32, QDISC_KIND_GRED, … 473 …cRIO, config_parse_generic_random_early_detection_bool, QDISC_KIND_GRED, …
|