Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dbpf_sk_storage.c83 struct bpf_sk_storage { struct
84 struct bpf_sk_storage_data __rcu *cache[BPF_SK_STORAGE_CACHE_SIZE]; argument
85 struct hlist_head list; /* List of bpf_sk_storage_elem */ argument
87 * bpf_sk_storage_elem. argument
93 static struct bucket *select_bucket(struct bpf_sk_storage_map *smap, in select_bucket() argument