Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skb_helpers.c9 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
H A Dmap_ptr_kern.c264 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
678 VERIFY_TYPE(BPF_MAP_TYPE_CGROUP_ARRAY, check_cgroup_array); in cg_skb()
/openbmc/linux/samples/bpf/
H A Dtest_current_task_under_cgroup.bpf.c15 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
H A Dtest_cgrp2_tc.bpf.c20 __uint(type, BPF_MAP_TYPE_CGROUP_ARRAY);
H A Dtest_cgrp2_array_pin.c67 array_fd = bpf_map_create(BPF_MAP_TYPE_CGROUP_ARRAY, NULL, in main()
/openbmc/linux/include/linux/
H A Dbpf_types.h92 BPF_MAP_TYPE(BPF_MAP_TYPE_CGROUP_ARRAY, cgroup_array_map_ops)
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c341 case BPF_MAP_TYPE_CGROUP_ARRAY: in probe_map_create()
H A Dlibbpf.c152 [BPF_MAP_TYPE_CGROUP_ARRAY] = "cgroup_array",
5142 case BPF_MAP_TYPE_CGROUP_ARRAY: in bpf_object__create_map()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c471 case BPF_MAP_TYPE_CGROUP_ARRAY: in is_unpriv_capable_map()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h915 BPF_MAP_TYPE_CGROUP_ARRAY, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h915 BPF_MAP_TYPE_CGROUP_ARRAY, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c43 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \
1195 case BPF_MAP_TYPE_CGROUP_ARRAY: in map_create()