Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_local_storage.h60 struct bpf_local_storage_data { struct
94 struct bpf_local_storage_data sdata ____cacheline_aligned;
98 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
147 static inline struct bpf_local_storage_data *
152 struct bpf_local_storage_data *sdata; in bpf_local_storage_lookup()
206 struct bpf_local_storage_data *
/linux/net/core/
H A Dbpf_sk_storage.c20 static struct bpf_local_storage_data *
37 struct bpf_local_storage_data *sdata; in bpf_sk_storage_del()
82 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_lookup_elem()
100 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_update_elem()
234 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
537 static int diag_get(struct bpf_local_storage_data *sdata, struct sk_buff *skb) in diag_get()
635 struct bpf_local_storage_data *sdata; in bpf_sk_storage_diag_put()
/linux/kernel/bpf/
H A Dbpf_local_storage.c539 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags()
629 struct bpf_local_storage_data *
633 struct bpf_local_storage_data *old_sdata = NULL; in bpf_local_storage_update()