Home
last modified time | relevance | path

Searched refs:rtsc (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/altq/altq/
HDaltq_hfsc.c238 struct service_curve rtsc, lssc, ulsc; in hfsc_add_queue() local
257 rtsc.m1 = opts->rtsc_m1; in hfsc_add_queue()
258 rtsc.d = opts->rtsc_d; in hfsc_add_queue()
259 rtsc.m2 = opts->rtsc_m2; in hfsc_add_queue()
267 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc, in hfsc_add_queue()
1463 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, in rtsc_init() argument
1466 rtsc->x = x; in rtsc_init()
1467 rtsc->y = y; in rtsc_init()
1468 rtsc->sm1 = isc->sm1; in rtsc_init()
1469 rtsc->ism1 = isc->ism1; in rtsc_init()
[all …]
/trueos/sbin/pfctl/
HDpfctl_altq.c52 LIST_HEAD(gen_sc, segment) rtsc, lssc;
689 LIST_INIT(&rtsc);
736 gsc_add_sc(&rtsc, &sc);
757 gsc_add_sc(&rtsc, &sc);
762 if (!is_gsc_under_sc(&rtsc, &sc)) {
799 gsc_destroy(&rtsc);
805 gsc_destroy(&rtsc);
853 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; local
857 rtsc = lssc = ulsc = NULL;
859 rtsc = &qopts->data.hfsc_opts.realtime;
[all …]