Lines Matching defs:arg
186 void **arg, bool ovr, bool rtnl_held,
245 *arg = head;
259 static int mall_delete(struct tcf_proto *tp, void *arg, bool *last,
269 static void mall_walk(struct tcf_proto *tp, struct tcf_walker *arg,
274 if (arg->count < arg->skip)
279 if (arg->fn(tp, head, arg) < 0)
280 arg->stop = 1;
282 arg->count++;