Symbol: service_curve
dist/pf/sbin/pfctl/pfctl_altq.c
1041
sc_x2y(struct service_curve *sc, double x)
dist/pf/sbin/pfctl/pfctl_altq.c
664
struct service_curve sc;
dist/pf/sbin/pfctl/pfctl_altq.c
73
static void gsc_add_sc(struct gen_sc *, struct service_curve *);
dist/pf/sbin/pfctl/pfctl_altq.c
75
struct service_curve *);
dist/pf/sbin/pfctl/pfctl_altq.c
80
static double sc_x2y(struct service_curve *, double);
dist/pf/sbin/pfctl/pfctl_altq.c
888
gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc)
dist/pf/sbin/pfctl/pfctl_altq.c
903
is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc)
sys/altq/altq_hfsc.c
133
static void sc2isc(struct service_curve *, struct internal_sc *);
sys/altq/altq_hfsc.c
1478
sc2isc(struct service_curve *sc, struct internal_sc *isc)
sys/altq/altq_hfsc.c
149
static int hfsc_class_modify(struct hfsc_class *, struct service_curve *,
sys/altq/altq_hfsc.c
150
struct service_curve *, struct service_curve *);
sys/altq/altq_hfsc.c
1761
hfsc_class_modify(struct hfsc_class *cl, struct service_curve *rsc,
sys/altq/altq_hfsc.c
1762
struct service_curve *fsc, struct service_curve *usc)
sys/altq/altq_hfsc.c
2066
if ((cl = hfsc_class_create(hif, &ap->service_curve, NULL, NULL,
sys/altq/altq_hfsc.c
2096
struct service_curve *rsc = NULL;
sys/altq/altq_hfsc.c
2097
struct service_curve *fsc = NULL;
sys/altq/altq_hfsc.c
2098
struct service_curve *usc = NULL;
sys/altq/altq_hfsc.c
2107
rsc = &ap->service_curve;
sys/altq/altq_hfsc.c
2109
fsc = &ap->service_curve;
sys/altq/altq_hfsc.c
2111
usc = &ap->service_curve;
sys/altq/altq_hfsc.c
246
struct service_curve rtsc, lssc, ulsc;
sys/altq/altq_hfsc.c
384
hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc,
sys/altq/altq_hfsc.c
385
struct service_curve *fsc, struct service_curve *usc,
sys/altq/altq_hfsc.c
89
struct service_curve *, struct service_curve *, struct service_curve *,
sys/altq/altq_hfsc.h
123
struct service_curve service_curve;
sys/altq/altq_hfsc.h
138
struct service_curve service_curve;
sys/altq/altq_hfsc.h
71
struct service_curve rsc;
sys/altq/altq_hfsc.h
72
struct service_curve fsc;
sys/altq/altq_hfsc.h
73
struct service_curve usc; /* upper limit service curve */
usr.sbin/altq/libaltq/qop_hfsc.c
1085
class_add.service_curve = hfsc_clinfo->rsc;
usr.sbin/altq/libaltq/qop_hfsc.c
1111
class_mod.service_curve = hfsc_clinfo->rsc;
usr.sbin/altq/libaltq/qop_hfsc.c
1113
class_mod.service_curve = hfsc_clinfo->fsc;
usr.sbin/altq/libaltq/qop_hfsc.c
1115
class_mod.service_curve = hfsc_clinfo->usc;
usr.sbin/altq/libaltq/qop_hfsc.c
363
struct service_curve sc;
usr.sbin/altq/libaltq/qop_hfsc.c
393
struct service_curve sc;
usr.sbin/altq/libaltq/qop_hfsc.c
417
struct service_curve sc;
usr.sbin/altq/libaltq/qop_hfsc.c
462
struct service_curve *sc, int qlimit, int flags)
usr.sbin/altq/libaltq/qop_hfsc.c
57
static int validate_sc(struct service_curve *);
usr.sbin/altq/libaltq/qop_hfsc.c
571
struct service_curve *sc, int sctype)
usr.sbin/altq/libaltq/qop_hfsc.c
574
struct service_curve rsc, fsc, usc;
usr.sbin/altq/libaltq/qop_hfsc.c
59
static void gsc_add_sc(struct gen_sc *, struct service_curve *);
usr.sbin/altq/libaltq/qop_hfsc.c
60
static void gsc_sub_sc(struct gen_sc *, struct service_curve *);
usr.sbin/altq/libaltq/qop_hfsc.c
61
static int is_gsc_under_sc(struct gen_sc *, struct service_curve *);
usr.sbin/altq/libaltq/qop_hfsc.c
67
static double sc_x2y(struct service_curve *, double);
usr.sbin/altq/libaltq/qop_hfsc.c
739
validate_sc(struct service_curve *sc)
usr.sbin/altq/libaltq/qop_hfsc.c
759
gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc)
usr.sbin/altq/libaltq/qop_hfsc.c
770
gsc_sub_sc(struct gen_sc *gsc, struct service_curve *sc)
usr.sbin/altq/libaltq/qop_hfsc.c
785
is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc)
usr.sbin/altq/libaltq/qop_hfsc.c
973
sc_x2y(struct service_curve *sc, double x)
usr.sbin/altq/libaltq/qop_hfsc.h
53
struct service_curve rsc; /* real-time service curve */
usr.sbin/altq/libaltq/qop_hfsc.h
54
struct service_curve fsc; /* fair service curve */
usr.sbin/altq/libaltq/qop_hfsc.h
55
struct service_curve usc; /* upper limit service curve */
usr.sbin/altq/libaltq/qop_hfsc.h
77
struct service_curve *sc, int qlimit, int flags);
usr.sbin/altq/libaltq/qop_hfsc.h
79
struct service_curve *sc, int sctype);