Lines Matching defs:arg
154 static int fw_delete(struct tcf_proto *tp, void *arg, bool *last,
158 struct fw_filter *f = arg;
239 u32 handle, struct nlattr **tca, void **arg,
244 struct fw_filter *f = *arg;
298 *arg = fnew;
335 *arg = f;
344 static void fw_walk(struct tcf_proto *tp, struct tcf_walker *arg,
351 arg->stop = 1;
353 if (arg->stop)
361 if (arg->count < arg->skip) {
362 arg->count++;
365 if (arg->fn(tp, f, arg) < 0) {
366 arg->stop = 1;
369 arg->count++;