Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbpf_local_storage.h134 bpf_local_storage_map_alloc(union bpf_attr *attr,
/linux-6.14.4/kernel/bpf/
Dbpf_inode_storage.c186 return bpf_local_storage_map_alloc(attr, &inode_cache, false); in inode_storage_map_alloc()
Dbpf_cgrp_storage.c151 return bpf_local_storage_map_alloc(attr, &cgroup_cache, true); in cgroup_storage_map_alloc()
Dbpf_task_storage.c313 return bpf_local_storage_map_alloc(attr, &task_cache, true); in task_storage_map_alloc()
Dbpf_local_storage.c802 bpf_local_storage_map_alloc(union bpf_attr *attr, in bpf_local_storage_map_alloc() function
/linux-6.14.4/net/core/
Dbpf_sk_storage.c72 return bpf_local_storage_map_alloc(attr, &sk_cache, false); in bpf_sk_storage_map_alloc()