Lines Matching refs:usc
897 hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc,
900 sc2isc(usc, &cl->cl_usc);
929 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL;
954 usc = nla_data(tb[TCA_HFSC_USC]);
955 if (usc->m1 == 0 && usc->m2 == 0)
956 usc = NULL;
988 if (usc != NULL)
989 hfsc_change_usc(cl, usc, cur_time);
1055 if (usc != NULL)
1056 hfsc_change_usc(cl, usc, 0);