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