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

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c1005 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; local
1009 rtsc = lssc = ulsc = NULL;
1013 ulsc = &qopts->data.hfsc_opts.upperlimit;
1041 opts->ulsc_m2, ulsc);
/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.c230 struct service_curve rtsc, lssc, ulsc; local
255 ulsc.m1 = opts->ulsc_m1;
256 ulsc.d = opts->ulsc_d;
257 ulsc.m2 = opts->ulsc_m2;
259 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,

Completed in 71 milliseconds