Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_sfq.c207 struct tc_sfq_qopt_v1 *qopt_ext = NULL; in sfq_print_opt() local
217 if (RTA_PAYLOAD(opt) >= sizeof(*qopt_ext)) in sfq_print_opt()
218 qopt_ext = RTA_DATA(opt); in sfq_print_opt()
222 if (qopt_ext && qopt_ext->depth) in sfq_print_opt()
223 fprintf(f, "depth %u ", qopt_ext->depth); in sfq_print_opt()
224 if (qopt_ext && qopt_ext->headdrop) in sfq_print_opt()
233 if (qopt_ext && qopt_ext->qth_min) { in sfq_print_opt()
234 fprintf(f, "\n ewma %u ", qopt_ext->Wlog); in sfq_print_opt()
236 sprint_size(qopt_ext->qth_min, b2), in sfq_print_opt()
237 sprint_size(qopt_ext->qth_max, b3), in sfq_print_opt()
[all …]