Searched refs:fsc (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_hfsc.c946 hfsc_change_fsc(struct hfsc_class *cl, struct tc_service_curve *fsc) argument
948 sc2isc(fsc, &cl->cl_fsc);
977 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local
995 fsc = nla_data(tb[TCA_HFSC_FSC]);
996 if (fsc->m1 == 0 && fsc->m2 == 0)
997 fsc = NULL;
1030 if (fsc != NULL)
1031 hfsc_change_fsc(cl, fsc);
1061 if (rsc == NULL && fsc
[all...]

Completed in 71 milliseconds