Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_inode_storage.c256 .map_owner_storage_ptr = inode_storage_ptr,
H A Dbpf_local_storage.c48 return map->ops->map_owner_storage_ptr(owner); in owner_storage()
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c351 .map_owner_storage_ptr = sk_storage_ptr,
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h116 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner); member