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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_red.h130 struct wtab *red_wtab; /* weight table */ member in struct:red
H A Dclassq_red.c297 rp->red_wtab = wtab_alloc(rp->red_weight);
298 if (rp->red_wtab == NULL) {
310 if (rp->red_wtab != NULL) {
311 wtab_destroy(rp->red_wtab);
312 rp->red_wtab = NULL;
358 pow_w(rp->red_wtab, n);

Completed in 19 milliseconds