Lines Matching refs:qopt
1389 struct tc_hfsc_qopt *qopt; in hfsc_init_qdisc() local
1394 if (!opt || nla_len(opt) < sizeof(*qopt)) in hfsc_init_qdisc()
1396 qopt = nla_data(opt); in hfsc_init_qdisc()
1398 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()
1517 struct tc_hfsc_qopt qopt; in hfsc_dump_qdisc() local
1519 qopt.defcls = q->defcls; in hfsc_dump_qdisc()
1520 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()