Searched refs:BPF_CGROUP_DEVICE (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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},
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 24 | ``BPF_PROG_TYPE_CGROUP_DEVICE`` | ``BPF_CGROUP_DEVICE`` | ``cgroup/dev…
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cgroup.c | 47 BPF_CGROUP_DEVICE,
|
| H A D | common.c | 1143 case BPF_CGROUP_DEVICE: return "device"; in bpf_attach_type_input_str()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1071 BPF_CGROUP_DEVICE, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1071 BPF_CGROUP_DEVICE, enumerator
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1105 { "bpf_cgroup_dev_ctx", "bpf_cgroup_dev_ctx", BPF_PROG_TYPE_CGROUP_DEVICE, BPF_CGROUP_DEVICE }, in guess_prog_type_by_ctx_name()
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 4074 case BPF_CGROUP_DEVICE: in attach_type_to_prog_type() 4376 case BPF_CGROUP_DEVICE: in bpf_prog_query()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 84 [BPF_CGROUP_DEVICE] = "cgroup_device", 9579 SEC_DEF("cgroup/dev", CGROUP_DEVICE, BPF_CGROUP_DEVICE, SEC_ATTACHABLE_OPT),
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2603 them to cgroups with BPF_CGROUP_DEVICE flag. On an attempt to access a
|