Searched refs:usc (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,
455 if (usc != NULL && usc->m2 > m2)
456 m2 = usc->m2;
551 if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0) &&
552 (!(usc->fl & HFSCF_M1_PCT) || (usc->m1 > 0 && usc
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.h133 struct service_curve usc; /* upper limit service curve */ member in struct:hfsc_classstats

Completed in 22 milliseconds