Home
last modified time | relevance | path

Searched refs:rio_alloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_rio.h84 extern rio_t *rio_alloc(int, struct redparams *, int, int);
H A Daltq_rio.c179 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc() function
H A Daltq_priq.c342 cl->cl_red = (red_t *)rio_alloc(0, NULL, in priq_class_create()
H A Daltq_fairq.c404 cl->cl_red = (red_t *)rio_alloc(0, NULL, in fairq_class_create()
H A Daltq_rmclass.c290 cl->red_ = (red_t *)rio_alloc(0, NULL, in rmc_newclass()
H A Daltq_hfsc.c433 cl->cl_red = (red_t *)rio_alloc(0, NULL, in hfsc_class_create()