Home
last modified time | relevance | path

Searched refs:bpf_local_storage_map_alloc (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dbpf_local_storage.h139 bpf_local_storage_map_alloc(union bpf_attr *attr,
/linux/kernel/bpf/
H A Dbpf_inode_storage.c182 return bpf_local_storage_map_alloc(attr, &inode_cache, false); in inode_storage_map_alloc()
H A Dbpf_cgrp_storage.c117 return bpf_local_storage_map_alloc(attr, &cgroup_cache, true); in cgroup_storage_delete()
H A Dbpf_task_storage.c215 return bpf_local_storage_map_alloc(attr, &task_cache, true); in __bpf_task_storage_get()
H A Dbpf_local_storage.c859 bpf_local_storage_map_alloc(union bpf_attr *attr, in bpf_local_storage_map_alloc() function
/linux/net/core/
H A Dbpf_sk_storage.c71 return bpf_local_storage_map_alloc(attr, &sk_cache, false); in bpf_sk_storage_map_alloc()