Searched defs:bpf_local_storage (Results 1 – 1 of 1) sorted by relevance
84 struct bpf_local_storage { struct85 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument86 struct hlist_head list; /* List of bpf_local_storage_elem */ argument88 * bpf_local_storage_elem. argument100 sizeof(struct bpf_local_storage_elem)), \ argument