Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_inode_storage.c214 .map_owner_storage_ptr = inode_storage_ptr,
H A Dbpf_cgrp_storage.c219 .map_owner_storage_ptr = cgroup_storage_ptr,
H A Dbpf_task_storage.c333 .map_owner_storage_ptr = task_storage_ptr,
H A Dbpf_local_storage.c51 return map->ops->map_owner_storage_ptr(owner); in owner_storage()
/linux/net/core/
H A Dbpf_sk_storage.c321 .map_owner_storage_ptr = bpf_sk_storage_ptr,
/linux/include/linux/
H A Dbpf.h152 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner); member