Home | History | Annotate | Download | only in tc

Lines Matching refs:opt

38 	struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }};
47 if (get_integer(&opt.bands, *argv, 10)) {
74 if (band > opt.bands) {
82 opt.priomap[idx++] = band;
90 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
93 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
100 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
106 if (opt == NULL)
109 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt,