Home
last modified time | relevance | path

Searched refs:wtab_alloc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_red.h118 extern struct wtab *wtab_alloc(int);
H A Daltq_red.c191 rp->red_wtab = wtab_alloc(rp->red_weight); in red_alloc()
554 wtab_alloc(int weight) in wtab_alloc() function
H A Daltq_rio.c227 rp->rio_wtab = wtab_alloc(rp->rio_weight); in rio_alloc()