Searched refs:BPF_CGROUP_DEVICE (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_dev_cgroup.c | 43 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 D | section_names.c | 72 {0, BPF_PROG_TYPE_CGROUP_DEVICE, BPF_CGROUP_DEVICE}, 73 {0, BPF_CGROUP_DEVICE},
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf-cgroup.h | 366 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 D | bpf.h | 169 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 D | bpf.h | 169 BPF_CGROUP_DEVICE, enumerator
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | common.c | 39 [BPF_CGROUP_DEVICE] = "device",
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 211 BPF_CGROUP_DEVICE, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 211 BPF_CGROUP_DEVICE, enumerator
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2961 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 D | cgroup-v2.rst | 2125 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 D | libbpf.c | 8412 BPF_CGROUP_DEVICE),
|