Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/altq/
H A Daltq_red.h62 struct wtab { struct
63 SLIST_ENTRY(wtab) w_link;
92 struct wtab *red_wtab; /* weight table */
117 struct wtab *wtab_alloc(int);
118 int wtab_destroy(struct wtab *);
119 int32_t pow_w(struct wtab *, int);
H A Daltq_red.c535 static SLIST_HEAD(, wtab) wtab_list = SLIST_HEAD_INITIALIZER(&wtab_list);
537 struct wtab *
540 struct wtab *w; in wtab_alloc()
567 wtab_destroy(struct wtab *w) in wtab_destroy()
572 SLIST_REMOVE(&wtab_list, w, wtab, w_link); in wtab_destroy()
579 pow_w(struct wtab *w, int n) in pow_w()
H A Daltq_rio.h73 struct wtab *rio_wtab; /* weight table */