Lines Matching defs:arg
302 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last,
307 __cls_bpf_delete(tp, arg, extack);
461 void **arg, bool ovr, bool rtnl_held,
465 struct cls_bpf_prog *oldprog = *arg;
528 *arg = prog;
647 static void cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg,
654 if (arg->count < arg->skip)
656 if (arg->fn(tp, prog, arg) < 0) {
657 arg->stop = 1;
661 arg->count++;