Home
last modified time | relevance | path

Searched refs:bpf_sk_storage_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/net/core/
Dbpf_sk_storage.c55 struct bpf_sk_storage_data { struct
76 struct bpf_sk_storage_data sdata ____cacheline_aligned; argument
84 struct bpf_sk_storage_data __rcu *cache[BPF_SK_STORAGE_CACHE_SIZE];
260 static struct bpf_sk_storage_data *
265 struct bpf_sk_storage_data *sdata; in __sk_storage_lookup()
298 static struct bpf_sk_storage_data *
312 static int check_flags(const struct bpf_sk_storage_data *old_sdata, in check_flags()
387 static struct bpf_sk_storage_data *sk_storage_update(struct sock *sk, in sk_storage_update()
392 struct bpf_sk_storage_data *old_sdata = NULL; in sk_storage_update()
503 struct bpf_sk_storage_data *sdata; in sk_storage_delete()
[all …]