Lines Matching defs:arg
125 static int basic_delete(struct tcf_proto *tp, void *arg, bool *last,
129 struct basic_filter *f = arg;
172 struct nlattr **tca, void **arg, bool ovr,
178 struct basic_filter *fold = (struct basic_filter *) *arg;
227 *arg = fnew;
247 static void basic_walk(struct tcf_proto *tp, struct tcf_walker *arg,
254 if (arg->count < arg->skip)
257 if (arg->fn(tp, f, arg) < 0) {
258 arg->stop = 1;
262 arg->count++;