bpf_local_storage_map_alloc
bpf_local_storage_map_alloc(union bpf_attr *attr,
return bpf_local_storage_map_alloc(attr, &cgroup_cache, true);
return bpf_local_storage_map_alloc(attr, &inode_cache, false);
return bpf_local_storage_map_alloc(attr, &task_cache, true);
return bpf_local_storage_map_alloc(attr, &sk_cache, false);