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

/external/iproute2/tc/
H A Dq_htb.c269 struct tc_htb_opt *hopt; local
285 hopt = RTA_DATA(tb[TCA_HTB_PARMS]);
286 if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1;
288 if (!hopt->level) {
289 fprintf(f, "prio %d ", (int)hopt->prio);
291 fprintf(f, "quantum %d ", (int)hopt->quantum);
294 rate64 = hopt->rate.rate;
300 ceil64 = hopt->ceil.rate;
306 if (hopt->rate.overhead)
307 fprintf(f, "overhead %u ", hopt
[all...]

Completed in 42 milliseconds