Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbpf_local_storage.h84 struct bpf_local_storage { struct
85 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; argument
86 struct hlist_head list; /* List of bpf_local_storage_elem */ argument
88 * bpf_local_storage_elem. argument
100 sizeof(struct bpf_local_storage_elem)), \ argument

Completed in 6 milliseconds