Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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 *
/kernel/linux/linux-5.10/kernel/bpf/
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()
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()
/kernel/linux/linux-5.10/net/core/
Dbpf_sk_storage.c30 static struct bpf_local_storage_data *
46 struct bpf_local_storage_data *sdata; in sk_storage_delete()
126 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_lookup_elem()
144 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_update_elem()
270 struct bpf_local_storage_data *sdata; in BPF_CALL_4()
494 static int diag_get(struct bpf_local_storage_data *sdata, struct sk_buff *skb) in diag_get()
592 struct bpf_local_storage_data *sdata; in bpf_sk_storage_diag_put()