Searched defs:bpf_local_storage (Results 1 – 1 of 1) sorted by relevance
94 struct bpf_local_storage { struct95 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument96 struct bpf_local_storage_map __rcu *smap; argument97 struct hlist_head list; /* List of bpf_local_storage_elem */ argument99 * bpf_local_storage_elem. argument111 sizeof(struct bpf_local_storage_elem)), \ argument