Home
last modified time | relevance | path

Searched refs:bpf_prog_attach_xattr (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
A Dcgroup_attach_multi.c197 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
204 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
212 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
220 if (CHECK(!bpf_prog_attach_xattr(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
228 if (CHECK(bpf_prog_attach_xattr(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
235 if (CHECK(bpf_prog_attach_xattr(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
/linux/tools/lib/bpf/
A Dlibbpf.map228 bpf_prog_attach_xattr;
A Dbpf.h166 LIBBPF_API int bpf_prog_attach_xattr(int prog_fd, int attachable_fd,
A Dbpf.c659 return bpf_prog_attach_xattr(prog_fd, target_fd, type, &opts); in bpf_prog_attach()
662 int bpf_prog_attach_xattr(int prog_fd, int target_fd, in bpf_prog_attach_xattr() function

Completed in 8 milliseconds