Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dnetcnt_prog.c14 __uint(type, BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE);
H A Dverifier_cgroup_storage.c24 __uint(type, BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE);
H A Dmap_ptr_kern.c558 __uint(type, BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE);
692 VERIFY_TYPE(BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, in cg_skb()
/openbmc/linux/tools/perf/util/
H A Dbpf_map.c17 type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE; in bpf_map__is_per_cpu()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c64 percpu_map_fd = bpf_map_create(BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, NULL, in main()
H A Dtest_loader.c467 case BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE: in is_unpriv_capable_map()
H A Dtest_verifier.c667 enum bpf_map_type type = percpu ? BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE : in create_cgroup_storage()
/openbmc/linux/include/linux/
H A Dbpf_types.h97 BPF_MAP_TYPE(BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, cgroup_storage_map_ops)
H A Dbpf-cgroup.h155 if (map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) in cgroup_storage_type()
/openbmc/linux/Documentation/bpf/
H A Dmap_cgroup_storage.rst126 ``BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE`` is a variant of this map type. This
156 ``BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE``.
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c298 case BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE: in probe_map_create()
H A Dlibbpf.c166 [BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE] = "percpu_cgroup_storage",
9826 case BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE: { in validate_map_op()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_multi.c32 BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, NULL, in prog_load_cnt()
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c294 if (attr->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) in cgroup_storage_map_alloc()
H A Dsyscall.c134 map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) in bpf_map_value_size()
178 } else if (map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) { in bpf_map_update_value()
225 } else if (map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) { in bpf_map_copy_value()
1203 case BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE: in map_create()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c31 type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE; in map_is_per_cpu()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h935 BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h935 BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE, enumerator