Lines Matching defs:arg
583 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg)667 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg)672 if (arg->stop)677 arg->count < arg->skip) {678 arg->count++;681 if (arg->fn(sch, i + 1, arg) < 0) {682 arg->stop = 1;685 arg->count++;