Searched refs:bpf_local_storage_map_alloc (Results 1 – 5 of 5) sorted by relevance
186 return bpf_local_storage_map_alloc(attr, &inode_cache, false); in inode_storage_map_alloc()
151 return bpf_local_storage_map_alloc(attr, &cgroup_cache, true); in cgroup_storage_map_alloc()
313 return bpf_local_storage_map_alloc(attr, &task_cache, true); in task_storage_map_alloc()
796 bpf_local_storage_map_alloc(union bpf_attr *attr, in bpf_local_storage_map_alloc() function
72 return bpf_local_storage_map_alloc(attr, &sk_cache, false); in bpf_sk_storage_map_alloc()