Searched refs:BPF_CGROUP_DEVICE (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_dev_cgroup.c | 46 if (bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_DEVICE, 0)) { in main() 51 if (bpf_prog_query(cgroup_fd, BPF_CGROUP_DEVICE, 0, NULL, NULL, in main()
|
H A D | veristat.c | 846 { "bpf_cgroup_dev_ctx", "bpf_cgroup_dev_ctx", BPF_PROG_TYPE_CGROUP_DEVICE, BPF_CGROUP_DEVICE }, in guess_prog_type_by_ctx_name()
|
/openbmc/linux/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},
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 24 | ``BPF_PROG_TYPE_CGROUP_DEVICE`` | ``BPF_CGROUP_DEVICE`` | ``cgroup/dev…
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1142 case BPF_CGROUP_DEVICE: return "device"; in bpf_attach_type_input_str()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1017 BPF_CGROUP_DEVICE, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1017 BPF_CGROUP_DEVICE, enumerator
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 3785 case BPF_CGROUP_DEVICE: in attach_type_to_prog_type() 4061 case BPF_CGROUP_DEVICE: in bpf_prog_query()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 81 [BPF_CGROUP_DEVICE] = "cgroup_device", 8862 SEC_DEF("cgroup/dev", CGROUP_DEVICE, BPF_CGROUP_DEVICE, SEC_ATTACHABLE_OPT),
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 2335 them to cgroups with BPF_CGROUP_DEVICE flag. On an attempt to access a
|