Home
last modified time | relevance | path

Searched refs:bpf_local_storage (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
A Dbpf_local_storage.h71 struct bpf_local_storage __rcu *local_storage;
80 struct bpf_local_storage { struct
125 bpf_local_storage_lookup(struct bpf_local_storage *local_storage,
137 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
140 bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage,
A Dbpf_lsm.h22 struct bpf_local_storage __rcu *storage;
A Dsched.h44 struct bpf_local_storage;
1452 struct bpf_local_storage __rcu *bpf_storage;
A Dbpf.h40 struct bpf_local_storage;
125 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
/linux/kernel/bpf/
A Dbpf_local_storage.c43 static struct bpf_local_storage __rcu **
88 bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_unlink_storage_nolock()
109 mem_uncharge(smap, owner, sizeof(struct bpf_local_storage)); in bpf_selem_unlink_storage_nolock()
141 struct bpf_local_storage *local_storage; in __bpf_selem_unlink_storage()
160 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_link_storage_nolock()
208 bpf_local_storage_lookup(struct bpf_local_storage *local_storage, in bpf_local_storage_lookup()
265 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc()
266 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc()
288 (struct bpf_local_storage **)owner_storage(smap, owner); in bpf_local_storage_alloc()
334 struct bpf_local_storage *local_storage; in bpf_local_storage_update()
A Dbpf_inode_storage.c23 static struct bpf_local_storage __rcu **
39 struct bpf_local_storage *inode_storage; in inode_storage_lookup()
58 struct bpf_local_storage *local_storage; in bpf_inode_storage_free()
A Dbpf_task_storage.c48 static struct bpf_local_storage __rcu **task_storage_ptr(void *owner) in task_storage_ptr()
59 struct bpf_local_storage *task_storage; in task_storage_lookup()
73 struct bpf_local_storage *local_storage; in bpf_task_storage_free()
A DMakefile12 obj-$(CONFIG_BPF_SYSCALL) += bpf_local_storage.o bpf_task_storage.o
/linux/net/core/
A Dbpf_sk_storage.c22 struct bpf_local_storage *sk_storage; in bpf_sk_storage_lookup()
50 struct bpf_local_storage *sk_storage; in bpf_sk_storage_free()
189 struct bpf_local_storage *new_sk_storage = NULL; in bpf_sk_storage_clone()
190 struct bpf_local_storage *sk_storage; in bpf_sk_storage_clone()
328 static struct bpf_local_storage __rcu **
607 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put_all()
662 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put()
733 struct bpf_local_storage *sk_storage; in bpf_sk_storage_map_seq_find_next()
828 struct bpf_local_storage *sk_storage; in DEFINE_BPF_ITER_FUNC()
A D.sock.o.cmd1505 include/linux/bpf_local_storage.h \
A D.filter.o.cmd1554 include/linux/bpf_local_storage.h \
/linux/include/net/
A Dsock.h250 struct bpf_local_storage;
536 struct bpf_local_storage __rcu *sk_bpf_storage;
/linux/net/ipv4/
A D.inet_diag.o.cmd1492 include/linux/bpf_local_storage.h \

Completed in 59 milliseconds