service_curve
static void sc2isc(struct service_curve *, struct internal_sc *);
sc2isc(struct service_curve *sc, struct internal_sc *isc)
struct service_curve rtsc, lssc, ulsc;
hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc,
struct service_curve *fsc, struct service_curve *usc,
struct service_curve *,
struct service_curve *,
struct service_curve *,
struct service_curve rsc;
struct service_curve fsc;
struct service_curve usc; /* upper limit service curve */
gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc)
is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc)
sc_x2y(struct service_curve *sc, double x)
struct service_curve sc;
static void gsc_add_sc(struct gen_sc *, struct service_curve *);
struct service_curve *);
struct service_curve sc;
static double sc_x2y(struct service_curve *, double);