Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbpf_local_storage.h60 struct bpf_local_storage_data { struct
81 struct bpf_local_storage_data sdata ____cacheline_aligned; argument
85 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
126 struct bpf_local_storage_data *
162 struct bpf_local_storage_data *
/linux-6.3-rc2/kernel/bpf/
A Dbpf_cgrp_storage.c70 static struct bpf_local_storage_data *
87 struct bpf_local_storage_data *sdata; in bpf_cgrp_storage_lookup_elem()
106 struct bpf_local_storage_data *sdata; in bpf_cgrp_storage_update_elem()
125 struct bpf_local_storage_data *sdata; in cgroup_storage_delete()
171 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
A Dbpf_inode_storage.c36 static struct bpf_local_storage_data *inode_storage_lookup(struct inode *inode, in inode_storage_lookup()
86 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_lookup_elem()
103 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_update_elem()
125 struct bpf_local_storage_data *sdata; in inode_storage_delete()
155 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
A Dbpf_task_storage.c56 static struct bpf_local_storage_data *
99 struct bpf_local_storage_data *sdata; in bpf_pid_task_storage_lookup_elem()
133 struct bpf_local_storage_data *sdata; in bpf_pid_task_storage_update_elem()
169 struct bpf_local_storage_data *sdata; in task_storage_delete()
218 struct bpf_local_storage_data *sdata; in __bpf_task_storage_get()
A Dbpf_local_storage.c246 struct bpf_local_storage_data *
251 struct bpf_local_storage_data *sdata; in bpf_local_storage_lookup()
288 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags()
371 struct bpf_local_storage_data *
375 struct bpf_local_storage_data *old_sdata = NULL; in bpf_local_storage_update()
/linux-6.3-rc2/net/core/
A Dbpf_sk_storage.c20 static struct bpf_local_storage_data *
37 struct bpf_local_storage_data *sdata; in bpf_sk_storage_del()
88 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_lookup_elem()
106 struct bpf_local_storage_data *sdata; in bpf_fd_sk_storage_update_elem()
233 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
546 static int diag_get(struct bpf_local_storage_data *sdata, struct sk_buff *skb) in diag_get()
644 struct bpf_local_storage_data *sdata; in bpf_sk_storage_diag_put()

Completed in 11 milliseconds