Home | History | Annotate | Download | only in tc

Lines Matching refs:opt

36 	struct tc_fifo_qopt opt;
37 memset(&opt, 0, sizeof(opt));
42 if (get_size(&opt.limit, *argv)) {
59 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
63 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
67 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
72 qopt = RTA_DATA(opt);
94 extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);