Lines Matching refs:bpf_prog
106 struct bpf_prog;
119 struct bpf_insn *insn, struct bpf_prog *prog);
133 struct bpf_prog *prog;
160 bool bpf_prog_array_compatible(struct bpf_array *array, const struct bpf_prog *fp);
167 struct bpf_prog *bpf_prog_get(u32 ufd);
168 struct bpf_prog *bpf_prog_inc(struct bpf_prog *prog);
169 void bpf_prog_put(struct bpf_prog *prog);
170 void bpf_prog_put_rcu(struct bpf_prog *prog);
181 int bpf_prog_new_fd(struct bpf_prog *prog);
187 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr);
193 static inline struct bpf_prog *bpf_prog_get(u32 ufd) in bpf_prog_get()
198 static inline void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put()