Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_DEVICE (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_dev_cgroup.c43 if (bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_DEVICE, 0)) { in main()
48 if (bpf_prog_query(cgroup_fd, BPF_CGROUP_DEVICE, 0, NULL, NULL, in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c72 {0, BPF_PROG_TYPE_CGROUP_DEVICE, BPF_CGROUP_DEVICE},
73 {0, BPF_CGROUP_DEVICE},
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h366 BPF_CGROUP_DEVICE); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h169 BPF_CGROUP_DEVICE, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h169 BPF_CGROUP_DEVICE, enumerator
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c39 [BPF_CGROUP_DEVICE] = "device",
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h211 BPF_CGROUP_DEVICE, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h211 BPF_CGROUP_DEVICE, enumerator
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c2961 case BPF_CGROUP_DEVICE: in attach_type_to_prog_type()
3111 case BPF_CGROUP_DEVICE: in bpf_prog_query()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst2125 create bpf programs of the BPF_CGROUP_DEVICE type and attach them
2130 A BPF_CGROUP_DEVICE program takes a pointer to the bpf_cgroup_dev_ctx
2136 An example of BPF_CGROUP_DEVICE program may be found in the kernel
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c8412 BPF_CGROUP_DEVICE),