Home
last modified time | relevance | path

Searched refs:service_curve (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/altq/libaltq/
Dqop_hfsc.h53 struct service_curve rsc; /* real-time service curve */
54 struct service_curve fsc; /* fair service curve */
55 struct service_curve usc; /* upper limit service curve */
77 struct service_curve *sc, int qlimit, int flags);
79 struct service_curve *sc, int sctype);
Dqop_hfsc.c57 static int validate_sc(struct service_curve *);
59 static void gsc_add_sc(struct gen_sc *, struct service_curve *);
60 static void gsc_sub_sc(struct gen_sc *, struct service_curve *);
61 static int is_gsc_under_sc(struct gen_sc *, struct service_curve *);
67 static double sc_x2y(struct service_curve *, double);
363 struct service_curve sc; in qcmd_hfsc_add_class()
393 struct service_curve sc; in qcmd_hfsc_modify_class()
417 struct service_curve sc; in qop_hfsc_add_if()
462 struct service_curve *sc, int qlimit, int flags) in qop_hfsc_add_class()
571 struct service_curve *sc, int sctype) in qop_hfsc_modify_class()
[all …]
/netbsd/src/sys/altq/
Daltq_hfsc.h45 struct service_curve { struct
71 struct service_curve rsc; argument
72 struct service_curve fsc;
73 struct service_curve usc; /* upper limit service curve */
123 struct service_curve service_curve; member
138 struct service_curve service_curve; member
Daltq_hfsc.c89 struct service_curve *, struct service_curve *, struct service_curve *,
133 static void sc2isc(struct service_curve *, struct internal_sc *);
149 static int hfsc_class_modify(struct hfsc_class *, struct service_curve *,
150 struct service_curve *, struct service_curve *);
246 struct service_curve rtsc, lssc, ulsc; in hfsc_add_queue()
384 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, in hfsc_class_create()
385 struct service_curve *fsc, struct service_curve *usc, in hfsc_class_create()
1478 sc2isc(struct service_curve *sc, struct internal_sc *isc) in sc2isc()
1761 hfsc_class_modify(struct hfsc_class *cl, struct service_curve *rsc, in hfsc_class_modify()
1762 struct service_curve *fsc, struct service_curve *usc) in hfsc_class_modify()
[all …]
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_altq.c73 static void gsc_add_sc(struct gen_sc *, struct service_curve *);
75 struct service_curve *);
80 static double sc_x2y(struct service_curve *, double);
664 struct service_curve sc; in eval_pfqueue_hfsc()
888 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc) in gsc_add_sc()
903 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) in is_gsc_under_sc()
1041 sc_x2y(struct service_curve *sc, double x) in sc_x2y()