Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.c204 struct service_curve rtsc, lssc, ulsc; in hfsc_add_queue() local
229 ulsc.m1 = opts->ulsc_m1; in hfsc_add_queue()
230 ulsc.d = opts->ulsc_d; in hfsc_add_queue()
231 ulsc.m2 = opts->ulsc_m2; in hfsc_add_queue()
233 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc, in hfsc_add_queue()
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c951 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; in print_hfsc_opts() local
955 rtsc = lssc = ulsc = NULL; in print_hfsc_opts()
959 ulsc = &qopts->data.hfsc_opts.upperlimit; in print_hfsc_opts()
987 opts->ulsc_m2, ulsc); in print_hfsc_opts()