Home
last modified time | relevance | path

Searched refs:bpf_local_storage_cache_idx_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dbpf_local_storage.h115 u16 bpf_local_storage_cache_idx_get(struct bpf_local_storage_cache *cache);
/Linux-v5.15/kernel/bpf/
Dbpf_inode_storage.c230 smap->cache_idx = bpf_local_storage_cache_idx_get(&inode_cache); in inode_storage_map_alloc()
Dbpf_task_storage.c291 smap->cache_idx = bpf_local_storage_cache_idx_get(&task_cache); in task_storage_map_alloc()
Dbpf_local_storage.c445 u16 bpf_local_storage_cache_idx_get(struct bpf_local_storage_cache *cache) in bpf_local_storage_cache_idx_get() function
/Linux-v5.15/net/core/
Dbpf_sk_storage.c103 smap->cache_idx = bpf_local_storage_cache_idx_get(&sk_cache); in bpf_sk_storage_map_alloc()