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

/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c486 cl->cl_usc = malloc(sizeof(struct internal_sc),
488 if (cl->cl_usc == NULL)
490 sc2isc(usc, cl->cl_usc);
491 rtsc_init(&cl->cl_ulimit, cl->cl_usc, 0, 0);
566 if (cl->cl_usc != NULL)
567 free(cl->cl_usc, M_DEVBUF);
646 if (cl->cl_usc != NULL)
647 free(cl->cl_usc, M_DEVBUF);
1048 if (cl->cl_usc != NULL) {
1054 rtsc_min(&cl->cl_ulimit, cl->cl_usc, cur_tim
[all...]
H A Daltq_hfsc.h271 struct internal_sc *cl_usc; /* internal upperlimit service curve */ member in struct:hfsc_class
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h276 struct internal_sc *cl_usc; /* internal upperlimit service curve */ member in struct:hfsc_class

Completed in 94 milliseconds