Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net/altq/
HDaltq_hfsc.h306 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION) macro
318 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION) macro
327 #define service_curve __CONCAT(service_curve_v, 0) macro
HDaltq_hfsc.c81 struct service_curve *, struct service_curve *, struct service_curve *,
122 static void sc2isc(struct service_curve *, struct internal_sc *);
204 struct service_curve rtsc, lssc, ulsc; in hfsc_add_queue()
354 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, in hfsc_class_create()
355 struct service_curve *fsc, struct service_curve *usc, in hfsc_class_create()
1418 sc2isc(struct service_curve *sc, struct internal_sc *isc) in sc2isc()
/freebsd-14-stable/sbin/pfctl/
HDpfctl_altq.c92 static void gsc_add_sc(struct gen_sc *, struct service_curve *);
94 struct service_curve *);
98 static double sc_x2y(struct service_curve *, double);
746 struct service_curve sc; in eval_pfqueue_hfsc()
862 struct service_curve sc; in eval_pfqueue_fairq()
1062 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc) in gsc_add_sc()
1077 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) in is_gsc_under_sc()
1204 sc_x2y(struct service_curve *sc, double x) in sc_x2y()