Searched defs:bpf_local_storage (Results 1 – 2 of 2) sorted by relevance
88 struct bpf_local_storage { struct89 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument90 struct bpf_local_storage_map __rcu *smap; argument91 struct hlist_head list; /* List of bpf_local_storage_elem */ argument93 * bpf_local_storage_elem. argument105 sizeof(struct bpf_local_storage_elem)), \ argument
80 struct bpf_local_storage { struct81 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument82 struct hlist_head list; /* List of bpf_local_storage_elem */ argument84 * bpf_local_storage_elem. argument96 sizeof(struct bpf_local_storage_elem)), \ argument