Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbpf_local_storage.h94 struct bpf_local_storage { struct
95 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument
96 struct bpf_local_storage_map __rcu *smap; argument
97 struct hlist_head list; /* List of bpf_local_storage_elem */ argument
99 * bpf_local_storage_elem. argument
111 sizeof(struct bpf_local_storage_elem)), \ argument