Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_local_storage.h64 struct bpf_local_storage_data { struct
85 struct bpf_local_storage_data sdata ____cacheline_aligned; argument
89 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
136 static inline struct bpf_local_storage_data *
141 struct bpf_local_storage_data *sdata; in bpf_local_storage_lookup()
196 struct bpf_local_storage_data *
/linux/kernel/bpf/
A Dbpf_inode_storage.c36 static struct bpf_local_storage_data *inode_storage_lookup(struct inode *inode, in inode_storage_lookup()
80 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_lookup_elem()
93 struct bpf_local_storage_data *sdata; in bpf_fd_inode_storage_update_elem()
109 struct bpf_local_storage_data *sdata; in inode_storage_delete()
133 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
A Dbpf_cgrp_storage.c63 static struct bpf_local_storage_data *
80 struct bpf_local_storage_data *sdata; in bpf_cgrp_storage_lookup_elem()
99 struct bpf_local_storage_data *sdata; in bpf_cgrp_storage_update_elem()
118 struct bpf_local_storage_data *sdata; in cgroup_storage_delete()
164 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
A Dbpf_task_storage.c56 static struct bpf_local_storage_data *
92 struct bpf_local_storage_data *sdata; in bpf_pid_task_storage_lookup_elem()
126 struct bpf_local_storage_data *sdata; in bpf_pid_task_storage_update_elem()
162 struct bpf_local_storage_data *sdata; in task_storage_delete()
211 struct bpf_local_storage_data *sdata; in __bpf_task_storage_get()
A Dbpf_local_storage.c434 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags()
525 struct bpf_local_storage_data *
529 struct bpf_local_storage_data *old_sdata = NULL; in bpf_local_storage_update()
/linux/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()
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()
227 struct bpf_local_storage_data *sdata; in BPF_CALL_5()
540 static int diag_get(struct bpf_local_storage_data *sdata, struct sk_buff *skb) in diag_get()
638 struct bpf_local_storage_data *sdata; in bpf_sk_storage_diag_put()

Completed in 14 milliseconds