HomeSort by: relevance | last modified time | path
    Searched defs:ulsc (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 840 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; local in function:print_hfsc_opts
844 rtsc = lssc = ulsc = NULL;
848 ulsc = &qopts->data.hfsc_opts.upperlimit;
874 opts->ulsc_m2, ulsc);
  /src/sys/altq/
altq_hfsc.c 246 struct service_curve rtsc, lssc, ulsc; local in function:hfsc_add_queue
271 ulsc.m1 = opts->ulsc_m1;
272 ulsc.d = opts->ulsc_d;
273 ulsc.m2 = opts->ulsc_m2;
275 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,

Completed in 14 milliseconds