Home
last modified time | relevance | path

Searched refs:bpf_local_storage_cache_idx_free (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_local_storage.h116 void bpf_local_storage_cache_idx_free(struct bpf_local_storage_cache *cache,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_inode_storage.c239 bpf_local_storage_cache_idx_free(&inode_cache, smap->cache_idx); in inode_storage_map_free()
H A Dbpf_local_storage.c461 void bpf_local_storage_cache_idx_free(struct bpf_local_storage_cache *cache, in bpf_local_storage_cache_idx_free() function
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c90 bpf_local_storage_cache_idx_free(&sk_cache, smap->cache_idx); in sk_storage_map_free()