Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_DEVICE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_dev_cgroup.c57 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/
Dcgroup.c35 [BPF_CGROUP_DEVICE] = "device",
/Linux-v4.19/include/linux/
Dbpf-cgroup.h232 BPF_CGROUP_DEVICE); \
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h164 BPF_CGROUP_DEVICE, enumerator
/Linux-v4.19/include/uapi/linux/
Dbpf.h164 BPF_CGROUP_DEVICE, enumerator
/Linux-v4.19/kernel/bpf/
Dsyscall.c1606 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/
Dcgroup-v2.rst1600 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