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