Lines Matching refs:arg
280 static int multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in multiq_graft() argument
284 unsigned long band = arg - 1; in multiq_graft()
294 multiq_leaf(struct Qdisc *sch, unsigned long arg) in multiq_leaf() argument
297 unsigned long band = arg - 1; in multiq_leaf()
348 static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg) in multiq_walk() argument
353 if (arg->stop) in multiq_walk()
357 if (arg->count < arg->skip) { in multiq_walk()
358 arg->count++; in multiq_walk()
361 if (arg->fn(sch, band + 1, arg) < 0) { in multiq_walk()
362 arg->stop = 1; in multiq_walk()
365 arg->count++; in multiq_walk()