Home
last modified time | relevance | path

Searched defs:bpf_local_storage (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_local_storage.h88 struct bpf_local_storage { struct
89 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument
90 struct bpf_local_storage_map __rcu *smap; argument
91 struct hlist_head list; /* List of bpf_local_storage_elem */ argument
93 * bpf_local_storage_elem. argument
105 sizeof(struct bpf_local_storage_elem)), \ argument