Lines Matching defs:prog
430 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) in find_prog_type()
459 static void fixup_bpf_calls(struct bpf_prog *prog) in fixup_bpf_calls()
512 static int bpf_prog_charge_memlock(struct bpf_prog *prog) in bpf_prog_charge_memlock()
529 static void bpf_prog_uncharge_memlock(struct bpf_prog *prog) in bpf_prog_uncharge_memlock()
547 void bpf_prog_put_rcu(struct bpf_prog *prog) in bpf_prog_put_rcu()
553 void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put()
562 struct bpf_prog *prog = filp->private_data; in bpf_prog_release() local
572 int bpf_prog_new_fd(struct bpf_prog *prog) in bpf_prog_new_fd()
590 struct bpf_prog *bpf_prog_inc(struct bpf_prog *prog) in bpf_prog_inc()
605 struct bpf_prog *prog; in bpf_prog_get() local
624 struct bpf_prog *prog; in bpf_prog_load() local