Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dlocal_storage.c433 if (prog->aux->cgroup_storage[stype] && in bpf_cgroup_storage_assign()
434 prog->aux->cgroup_storage[stype] != _map) in bpf_cgroup_storage_assign()
438 prog->aux->cgroup_storage[stype] = _map; in bpf_cgroup_storage_assign()
453 WARN_ON(prog->aux->cgroup_storage[stype] != _map); in bpf_cgroup_storage_release()
455 prog->aux->cgroup_storage[stype] = NULL; in bpf_cgroup_storage_release()
486 map = prog->aux->cgroup_storage[stype]; in bpf_cgroup_storage_alloc()
Dcgroup.c169 progs->items[cnt].cgroup_storage[stype] = in compute_effective_progs()
Dsyscall.c1228 if (!aux->cgroup_storage[stype]) in free_used_maps()
1231 aux->cgroup_storage[stype]); in free_used_maps()
Dverifier.c8055 if (!env->prog->aux->cgroup_storage[stype]) in release_maps()
8058 env->prog->aux->cgroup_storage[stype]); in release_maps()
/Linux-v5.4/include/linux/
Dbpf.h389 struct bpf_map *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]; member
513 struct bpf_cgroup_storage *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]; member
551 bpf_cgroup_storage_set(_item->cgroup_storage); \
596 bpf_cgroup_storage_set(_item->cgroup_storage); \
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst51 | | **cgroup_storage** | **reuseport_sockarray** | **percpu_cgroup_storage**
/Linux-v5.4/tools/bpf/bpftool/bash-completion/
Dbpftool493 xskmap sockhash cgroup_storage reuseport_sockarray \