Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_local_storage.h128 bpf_local_storage_map_alloc(union bpf_attr *attr,
/linux/kernel/bpf/
A Dbpf_inode_storage.c186 return bpf_local_storage_map_alloc(attr, &inode_cache, false); in inode_storage_map_alloc()
A Dbpf_cgrp_storage.c152 return bpf_local_storage_map_alloc(attr, &cgroup_cache, true); in cgroup_storage_map_alloc()
A Dbpf_task_storage.c312 return bpf_local_storage_map_alloc(attr, &task_cache, true); in task_storage_map_alloc()
A Dbpf_local_storage.c766 bpf_local_storage_map_alloc(union bpf_attr *attr, in bpf_local_storage_map_alloc() function
/linux/net/core/
A Dbpf_sk_storage.c71 return bpf_local_storage_map_alloc(attr, &sk_cache, false); in bpf_sk_storage_map_alloc()

Completed in 13 milliseconds