Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_CGROUP_STORAGE (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dmap_cgroup_storage.rst5 BPF_MAP_TYPE_CGROUP_STORAGE title
8 The ``BPF_MAP_TYPE_CGROUP_STORAGE`` map type represents a local fix-sized
19 ``BPF_MAP_TYPE_CGROUP_STORAGE`` map type. Some of its behaviors was changed in
48 There is no implicit synchronization. Storages of ``BPF_MAP_TYPE_CGROUP_STORAGE``
62 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
97 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
155 ``BPF_MAP_TYPE_CGROUP_STORAGE`` or more than one
H A Dmap_cgrp_storage.rst78 Difference Between BPF_MAP_TYPE_CGRP_STORAGE and BPF_MAP_TYPE_CGROUP_STORAGE
81 The old cgroup storage map ``BPF_MAP_TYPE_CGROUP_STORAGE`` has been marked as
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcg_storage_multi_egress_only.c16 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dcg_storage_multi_isolated.c16 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dcg_storage_multi_shared.c16 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dnetcnt_prog.c20 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dtest_spin_lock.c27 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dlsm_cgroup.c27 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dverifier_cgroup_storage.c10 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
H A Dmap_ptr_kern.c518 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
689 VERIFY_TYPE(BPF_MAP_TYPE_CGROUP_STORAGE, check_cgroup_storage); in cg_skb()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c57 map_fd = bpf_map_create(BPF_MAP_TYPE_CGROUP_STORAGE, NULL, sizeof(key), in main()
H A Dtest_loader.c475 case BPF_MAP_TYPE_CGROUP_STORAGE: in is_unpriv_capable_map()
H A Dtest_verifier.c668 BPF_MAP_TYPE_CGROUP_STORAGE; in create_cgroup_storage()
H A Dveristat.c890 case BPF_MAP_TYPE_CGROUP_STORAGE: in fixup_obj()
/openbmc/linux/include/linux/
H A Dbpf_types.h96 BPF_MAP_TYPE(BPF_MAP_TYPE_CGROUP_STORAGE, cgroup_storage_map_ops)
/openbmc/linux/samples/bpf/
H A Dhbm_kern.h61 __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE);
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c297 case BPF_MAP_TYPE_CGROUP_STORAGE: in probe_map_create()
H A Dlibbpf.c164 [BPF_MAP_TYPE_CGROUP_STORAGE] = "cgroup_storage",
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_multi.c24 cgroup_storage_fd = bpf_map_create(BPF_MAP_TYPE_CGROUP_STORAGE, NULL, in prog_load_cnt()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h933 BPF_MAP_TYPE_CGROUP_STORAGE = BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h933 BPF_MAP_TYPE_CGROUP_STORAGE = BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1058 map->map_type != BPF_MAP_TYPE_CGROUP_STORAGE && in map_check_btf()
1202 case BPF_MAP_TYPE_CGROUP_STORAGE: in map_create()