Home
last modified time | relevance | path

Searched refs:BPF_PROG_TYPE_CGROUP_DEVICE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_dev_cgroup.c33 if (bpf_prog_test_load(DEV_CGROUP_PROG, BPF_PROG_TYPE_CGROUP_DEVICE, in main()
H A Dveristat.c846 { "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/verifier/
H A Devent_output.c98 .prog_type = BPF_PROG_TYPE_CGROUP_DEVICE,
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c72 {0, BPF_PROG_TYPE_CGROUP_DEVICE, BPF_CGROUP_DEVICE},
/openbmc/linux/include/linux/
H A Dbpf_types.h53 BPF_PROG_TYPE(BPF_PROG_TYPE_CGROUP_DEVICE, cg_dev,
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c175 case BPF_PROG_TYPE_CGROUP_DEVICE: in probe_prog_load()
H A Dlibbpf.c195 [BPF_PROG_TYPE_CGROUP_DEVICE] = "cgroup_device",
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst24 | ``BPF_PROG_TYPE_CGROUP_DEVICE`` | ``BPF_CGROUP_DEVICE`` | ``cgroup/dev…
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2547 case BPF_PROG_TYPE_CGROUP_DEVICE: in is_net_admin_prog_type()
3761 return BPF_PROG_TYPE_CGROUP_DEVICE; in attach_type_to_prog_type()
3917 case BPF_PROG_TYPE_CGROUP_DEVICE: in bpf_prog_attach()
3982 case BPF_PROG_TYPE_CGROUP_DEVICE: in bpf_prog_detach()
4998 case BPF_PROG_TYPE_CGROUP_DEVICE: in link_create()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h973 BPF_PROG_TYPE_CGROUP_DEVICE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h973 BPF_PROG_TYPE_CGROUP_DEVICE, enumerator
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst2334 create bpf programs of type BPF_PROG_TYPE_CGROUP_DEVICE and attach
2339 A BPF_PROG_TYPE_CGROUP_DEVICE program takes a pointer to the
2345 An example of BPF_PROG_TYPE_CGROUP_DEVICE program may be found in