/src/usr.sbin/altq/libaltq/ |
qop_hfsc.h | 53 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);
|
qop_hfsc.c | 57 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; 393 struct service_curve sc; 417 struct service_curve sc; 462 struct service_curve *sc, int qlimit, int flags) 571 struct service_curve *sc, int sctype [all...] |
/src/sys/altq/ |
altq_hfsc.h | 45 struct service_curve { struct 71 struct service_curve rsc; 72 struct service_curve fsc; 73 struct service_curve usc; /* upper limit service curve */ 123 struct service_curve service_curve; member in struct:hfsc_add_class 138 struct service_curve service_curve; member in struct:hfsc_modify_class
|
altq_hfsc.c | 89 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; 384 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, 385 struct service_curve *fsc, struct service_curve *usc [all...] |
/src/dist/pf/sbin/pfctl/ |
pfctl_altq.c | 73 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; 888 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc) 903 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) 1041 sc_x2y(struct service_curve *sc, double x)
|