weight            158 altq/altq_red.c red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags,
weight            173 altq/altq_red.c 	if (weight == 0)
weight            176 altq/altq_red.c 		rp->red_weight = weight;
weight            198 altq/altq_red.c 	if (weight == 0) {
weight            526 altq/altq_red.c wtab_alloc(int weight)
weight            532 altq/altq_red.c 		if (w->w_weight == weight) {
weight            541 altq/altq_red.c 	w->w_weight = weight;
weight            547 altq/altq_red.c 	w->w_tab[0] = ((weight - 1) << FP_SHIFT) / weight;
weight            169 altq/altq_rio.c rio_alloc(int weight, struct redparams *params, int flags, int pkttime)
weight            187 altq/altq_rio.c 	if (weight != 0)
weight            188 altq/altq_rio.c 		rp->rio_weight = weight;
weight             52 altq/altq_rio.h 	int			weight;