Lines Matching defs:arg
390 void **arg, bool ovr, bool rtnl_held,
450 fold = *arg;
545 if (!*arg)
550 *arg = fnew;
566 static int flow_delete(struct tcf_proto *tp, void *arg, bool *last,
570 struct flow_filter *f = arg;
679 static void flow_walk(struct tcf_proto *tp, struct tcf_walker *arg,
686 if (arg->count < arg->skip)
688 if (arg->fn(tp, f, arg) < 0) {
689 arg->stop = 1;
693 arg->count++;