Home
last modified time | relevance | path

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

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