Home
last modified time | relevance | path

Searched refs:rio_wtab (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_rio.c226 rp->rio_wtab = wtab_alloc(rp->rio_weight); in rio_alloc()
270 wtab_destroy(rp->rio_wtab); in rio_destroy()
350 pow_w(rp->rio_wtab, n); in rio_addq()
H A Daltq_rio.h72 struct wtab *rio_wtab; /* weight table */ member