Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_local_storage.h59 struct bpf_local_storage_data { struct
92 struct bpf_local_storage_data sdata ____cacheline_aligned;
96 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
143 static inline struct bpf_local_storage_data *
148 struct bpf_local_storage_data *sdata; in bpf_local_storage_lookup()
201 struct bpf_local_storage_data *
/linux/kernel/bpf/
H A Dbpf_inode_storage.c35 static struct bpf_local_storage_data *inode_storage_lookup(struct inode *inode, in inode_storage_lookup()
78 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_lookup_elem()
91 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_update_elem()
107 struct bpf_local_storage_data *sdata; in inode_storage_delete()
128 struct bpf_local_storage_data *sdata; in BPF_CALL_4()
H A Dbpf_local_storage.c462 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags()
546 struct bpf_local_storage_data *
550 struct bpf_local_storage_data *old_sdata = NULL; in bpf_local_storage_update()
/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()
231 struct bpf_local_storage_data *sdata; in BPF_CALL_4()
533 struct bpf_local_storage_data *sdata, struct sk_buff *skb) in diag_get()
632 struct bpf_local_storage_data *sdata; in bpf_sk_storage_diag_put()