Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_local_storage.h56 struct bpf_local_storage_data { struct
77 struct bpf_local_storage_data sdata ____cacheline_aligned; argument
81 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
124 struct bpf_local_storage_data *
159 struct bpf_local_storage_data *
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_inode_storage.c35 static struct bpf_local_storage_data *inode_storage_lookup(struct inode *inode, in inode_storage_lookup()
105 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_lookup_elem()
122 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_update_elem()
144 struct bpf_local_storage_data *sdata; in inode_storage_delete()
173 struct bpf_local_storage_data *sdata; in BPF_CALL_4()
H A Dbpf_local_storage.c203 struct bpf_local_storage_data *
208 struct bpf_local_storage_data *sdata; in bpf_local_storage_lookup()
241 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags()
321 struct bpf_local_storage_data *
325 struct bpf_local_storage_data *old_sdata = NULL; in bpf_local_storage_update()
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c18 static struct bpf_local_storage_data *
34 struct bpf_local_storage_data *sdata; in sk_storage_delete()
114 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_lookup_elem()
132 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_update_elem()
258 struct bpf_local_storage_data *sdata; in BPF_CALL_4()
492 static int diag_get(struct bpf_local_storage_data *sdata, struct sk_buff *skb) in diag_get()
590 struct bpf_local_storage_data *sdata; in bpf_sk_storage_diag_put()