Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.c204 struct service_curve rtsc, lssc, ulsc; in hfsc_add_queue() local
223 rtsc.m1 = opts->rtsc_m1; in hfsc_add_queue()
224 rtsc.d = opts->rtsc_d; in hfsc_add_queue()
225 rtsc.m2 = opts->rtsc_m2; in hfsc_add_queue()
233 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc, in hfsc_add_queue()
1433 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, in rtsc_init() argument
1436 rtsc->x = x; in rtsc_init()
1437 rtsc->y = y; in rtsc_init()
1438 rtsc->sm1 = isc->sm1; in rtsc_init()
1439 rtsc->ism1 = isc->ism1; in rtsc_init()
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c760 LIST_INIT(&parent->meta.rtsc); in eval_pfqueue_hfsc()
809 gsc_add_sc(&parent->meta.rtsc, &sc); in eval_pfqueue_hfsc()
814 if (!is_gsc_under_sc(&parent->meta.rtsc, &sc)) { in eval_pfqueue_hfsc()
951 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; in print_hfsc_opts() local
955 rtsc = lssc = ulsc = NULL; in print_hfsc_opts()
957 rtsc = &qopts->data.hfsc_opts.realtime; in print_hfsc_opts()
980 opts->rtsc_m2, rtsc); in print_hfsc_opts()
H A Dpfctl_parser.h214 struct gen_sc rtsc; member