Searched refs:BPF_CGROUP_DEVICE (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | test_dev_cgroup.c | 57 if (bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_DEVICE, 0)) { in main() 62 if (bpf_prog_query(cgroup_fd, BPF_CGROUP_DEVICE, 0, NULL, NULL, in main()
|
| /Linux-v4.19/tools/bpf/bpftool/ |
| D | cgroup.c | 35 [BPF_CGROUP_DEVICE] = "device",
|
| /Linux-v4.19/include/linux/ |
| D | bpf-cgroup.h | 232 BPF_CGROUP_DEVICE); \
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | bpf.h | 164 BPF_CGROUP_DEVICE, enumerator
|
| /Linux-v4.19/include/uapi/linux/ |
| D | bpf.h | 164 BPF_CGROUP_DEVICE, enumerator
|
| /Linux-v4.19/kernel/bpf/ |
| D | syscall.c | 1606 case BPF_CGROUP_DEVICE: in bpf_prog_attach() 1682 case BPF_CGROUP_DEVICE: in bpf_prog_detach() 1724 case BPF_CGROUP_DEVICE: in bpf_prog_query()
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 1600 create bpf programs of the BPF_CGROUP_DEVICE type and attach them 1605 A BPF_CGROUP_DEVICE program takes a pointer to the bpf_cgroup_dev_ctx 1611 An example of BPF_CGROUP_DEVICE program may be found in the kernel
|