Searched refs:red_wtab (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.h130 struct wtab *red_wtab; /* weight table */ member in struct:red
H A Dclassq_red.c306 rp->red_wtab = wtab_alloc(rp->red_weight);
307 if (rp->red_wtab == NULL) {
319 if (rp->red_wtab != NULL) {
320 wtab_destroy(rp->red_wtab);
321 rp->red_wtab = NULL;
370 pow_w(rp->red_wtab, n);

Completed in 39 milliseconds