Lines Matching refs:bpf_prog
16 struct bpf_prog;
45 struct bpf_prog *prog;
70 int __cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog,
72 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog,
78 int cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog,
80 int cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog,
115 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog);
121 int bpf_cgroup_storage_assign(struct bpf_prog *prog, struct bpf_map *map);
122 void bpf_cgroup_storage_release(struct bpf_prog *prog, struct bpf_map *map);
237 enum bpf_prog_type ptype, struct bpf_prog *prog);
244 struct bpf_prog;
251 struct bpf_prog *prog) in cgroup_bpf_prog_attach()
269 static inline int bpf_cgroup_storage_assign(struct bpf_prog *prog, in bpf_cgroup_storage_assign()
271 static inline void bpf_cgroup_storage_release(struct bpf_prog *prog, in bpf_cgroup_storage_release()
274 struct bpf_prog *prog) { return 0; } in bpf_cgroup_storage_alloc()