Searched refs:bpf_prog_attach_xattr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_attach_multi.c | 197 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in test_cgroup_attach_multi() 204 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in test_cgroup_attach_multi() 212 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in test_cgroup_attach_multi() 220 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in test_cgroup_attach_multi() 228 if (CHECK(bpf_prog_attach_xattr(allow_prog[6], cg1, in test_cgroup_attach_multi() 235 if (CHECK(bpf_prog_attach_xattr(allow_prog[6], cg1, in test_cgroup_attach_multi()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.map | 228 bpf_prog_attach_xattr;
|
D | bpf.h | 164 LIBBPF_API int bpf_prog_attach_xattr(int prog_fd, int attachable_fd,
|
D | bpf.c | 540 return bpf_prog_attach_xattr(prog_fd, target_fd, type, &opts); in bpf_prog_attach() 543 int bpf_prog_attach_xattr(int prog_fd, int target_fd, in bpf_prog_attach_xattr() function
|