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

/freebsd-12-stable/sys/net/altq/
H A Daltq_hfsc.c231 struct service_curve rtsc, lssc, ulsc; local
250 rtsc.m1 = opts->rtsc_m1;
251 rtsc.d = opts->rtsc_d;
252 rtsc.m2 = opts->rtsc_m2;
260 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,
1483 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, argument
1486 rtsc->x = x;
1487 rtsc->y = y;
1488 rtsc->sm1 = isc->sm1;
1489 rtsc
1501 rtsc_y2x(struct runtime_sc *rtsc, u_int64_t y) argument
1522 rtsc_x2y(struct runtime_sc *rtsc, u_int64_t x) argument
1543 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u_int64_t x, u_int64_t y) argument
[all...]
/freebsd-12-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::__anon8886

Completed in 67 milliseconds