Lines Matching refs:qopt
1437 struct tc_hfsc_qopt *qopt; in hfsc_init_qdisc() local
1440 if (opt == NULL || nla_len(opt) < sizeof(*qopt)) in hfsc_init_qdisc()
1442 qopt = nla_data(opt); in hfsc_init_qdisc()
1444 q->defcls = qopt->defcls; in hfsc_init_qdisc()
1474 struct tc_hfsc_qopt *qopt; in hfsc_change_qdisc() local
1476 if (opt == NULL || nla_len(opt) < sizeof(*qopt)) in hfsc_change_qdisc()
1478 qopt = nla_data(opt); in hfsc_change_qdisc()
1481 q->defcls = qopt->defcls; in hfsc_change_qdisc()
1564 struct tc_hfsc_qopt qopt; in hfsc_dump_qdisc() local
1574 qopt.defcls = q->defcls; in hfsc_dump_qdisc()
1575 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()