HomeSort by: relevance | last modified time | path
    Searched defs:wtab (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_red.h 123 struct wtab { struct
124 struct wtab *w_next;
153 struct wtab *red_wtab; /* weight table */
193 extern struct wtab *wtab_alloc(int);
194 extern int wtab_destroy(struct wtab *);
195 extern int32_t pow_w(struct wtab *, int);
altq_red.h 123 struct wtab { struct
124 struct wtab *w_next;
153 struct wtab *red_wtab; /* weight table */
193 extern struct wtab *wtab_alloc(int);
194 extern int wtab_destroy(struct wtab *);
195 extern int32_t pow_w(struct wtab *, int);

Completed in 112 milliseconds