Lines Matching refs:qopt
1388 struct tc_hfsc_qopt *qopt; in hfsc_init_qdisc() local
1393 if (!opt || nla_len(opt) < sizeof(*qopt)) in hfsc_init_qdisc()
1395 qopt = nla_data(opt); in hfsc_init_qdisc()
1397 q->defcls = qopt->defcls; in hfsc_init_qdisc()
1431 struct tc_hfsc_qopt *qopt; in hfsc_change_qdisc() local
1433 if (opt == NULL || nla_len(opt) < sizeof(*qopt)) in hfsc_change_qdisc()
1435 qopt = nla_data(opt); in hfsc_change_qdisc()
1438 q->defcls = qopt->defcls; in hfsc_change_qdisc()
1519 struct tc_hfsc_qopt qopt; in hfsc_dump_qdisc() local
1521 qopt.defcls = q->defcls; in hfsc_dump_qdisc()
1522 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()