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

/external/iproute2/tc/
H A Dq_sfq.c209 struct tc_sfq_qopt_v1 *qopt_ext = NULL; local
218 if (RTA_PAYLOAD(opt) >= sizeof(*qopt_ext))
219 qopt_ext = RTA_DATA(opt);
223 if (qopt_ext && qopt_ext->depth)
224 fprintf(f, "depth %u ", qopt_ext->depth);
225 if (qopt_ext && qopt_ext->headdrop)
234 if (qopt_ext && qopt_ext
[all...]

Completed in 67 milliseconds