Home | History | Annotate | Download | only in tc

Lines Matching refs:opt

34 	struct tc_fifo_qopt opt;
35 memset(&opt, 0, sizeof(opt));
40 if (get_size(&opt.limit, *argv)) {
57 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
65 if (opt == NULL)
68 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
70 qopt = RTA_DATA(opt);
98 extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);