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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c370 struct service_curve *fsc, struct service_curve *usc,
453 if (fsc != NULL && fsc->m2 > m2)
454 m2 = fsc->m2;
542 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0) &&
543 (!(fsc->fl & HFSCF_M1_PCT) || (fsc->m1 > 0 && fsc
369 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, struct service_curve *fsc, struct service_curve *usc, struct hfsc_class *parent, u_int32_t qlimit, int flags, u_int32_t qid) argument
[all...]
H A Dpktsched_hfsc.h132 struct service_curve fsc; member in struct:hfsc_classstats

Completed in 64 milliseconds