Lines Matching refs:qopt
1434 struct tc_hfsc_qopt *qopt; in hfsc_init_qdisc() local
1437 if (opt == NULL || nla_len(opt) < sizeof(*qopt)) in hfsc_init_qdisc()
1439 qopt = nla_data(opt); in hfsc_init_qdisc()
1441 q->defcls = qopt->defcls; in hfsc_init_qdisc()
1471 struct tc_hfsc_qopt *qopt; in hfsc_change_qdisc() local
1473 if (opt == NULL || nla_len(opt) < sizeof(*qopt)) in hfsc_change_qdisc()
1475 qopt = nla_data(opt); in hfsc_change_qdisc()
1478 q->defcls = qopt->defcls; in hfsc_change_qdisc()
1561 struct tc_hfsc_qopt qopt; in hfsc_dump_qdisc() local
1571 qopt.defcls = q->defcls; in hfsc_dump_qdisc()
1572 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()