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

/freebsd-13-stable/sys/net/altq/
H A Daltq_hfsc.c204 struct service_curve rtsc, lssc, ulsc; local
223 rtsc.m1 = opts->rtsc_m1;
224 rtsc.d = opts->rtsc_d;
225 rtsc.m2 = opts->rtsc_m2;
233 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,
1433 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, argument
1436 rtsc->x = x;
1437 rtsc->y = y;
1438 rtsc->sm1 = isc->sm1;
1439 rtsc
1451 rtsc_y2x(struct runtime_sc *rtsc, u_int64_t y) argument
1472 rtsc_x2y(struct runtime_sc *rtsc, u_int64_t x) argument
1493 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u_int64_t x, u_int64_t y) argument
[all...]
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_altq.c769 LIST_INIT(&parent->meta.rtsc);
818 gsc_add_sc(&parent->meta.rtsc, &sc);
823 if (!is_gsc_under_sc(&parent->meta.rtsc, &sc)) {
960 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; local
964 rtsc = lssc = ulsc = NULL;
966 rtsc = &qopts->data.hfsc_opts.realtime;
989 opts->rtsc_m2, rtsc);
H A Dpfctl_parser.h198 struct gen_sc rtsc; member in struct:pfctl_altq::__anon7881

Completed in 118 milliseconds