Searched refs:BPF_CGROUP_DEVICE (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/bpf/ |
| 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()
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | section_names.c | 72 {0, BPF_PROG_TYPE_CGROUP_DEVICE, BPF_CGROUP_DEVICE}, 73 {0, BPF_CGROUP_DEVICE},
|
| /Linux-v5.10/include/linux/ |
| D | bpf-cgroup.h | 326 BPF_CGROUP_DEVICE); \
|
| /Linux-v5.10/tools/bpf/bpftool/ |
| D | common.c | 39 [BPF_CGROUP_DEVICE] = "device",
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | bpf.h | 211 BPF_CGROUP_DEVICE, enumerator
|
| /Linux-v5.10/include/uapi/linux/ |
| D | bpf.h | 211 BPF_CGROUP_DEVICE, enumerator
|
| /Linux-v5.10/kernel/bpf/ |
| D | syscall.c | 2936 case BPF_CGROUP_DEVICE: in attach_type_to_prog_type() 3086 case BPF_CGROUP_DEVICE: in bpf_prog_query()
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 2070 create bpf programs of the BPF_CGROUP_DEVICE type and attach them 2075 A BPF_CGROUP_DEVICE program takes a pointer to the bpf_cgroup_dev_ctx 2081 An example of BPF_CGROUP_DEVICE program may be found in the kernel
|
| /Linux-v5.10/tools/lib/bpf/ |
| D | libbpf.c | 8331 BPF_CGROUP_DEVICE),
|