Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbpf_local_storage.h75 struct bpf_local_storage __rcu *local_storage;
84 struct bpf_local_storage { struct
127 bpf_local_storage_lookup(struct bpf_local_storage *local_storage,
131 bool bpf_local_storage_unlink_nolock(struct bpf_local_storage *local_storage);
142 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
A Dbpf_lsm.h22 struct bpf_local_storage __rcu *storage;
A Dcgroup-defs.h511 struct bpf_local_storage __rcu *bpf_cgrp_storage;
A Dsched.h46 struct bpf_local_storage;
1483 struct bpf_local_storage __rcu *bpf_storage;
A Dbpf.h46 struct bpf_local_storage;
139 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
/linux-6.3-rc2/kernel/bpf/
A Dbpf_local_storage.c46 static struct bpf_local_storage __rcu **
89 struct bpf_local_storage *local_storage; in bpf_local_storage_free_rcu()
94 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in bpf_local_storage_free_rcu()
137 mem_uncharge(smap, owner, sizeof(struct bpf_local_storage)); in bpf_selem_unlink_storage_nolock()
173 struct bpf_local_storage *local_storage; in __bpf_selem_unlink_storage()
198 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_link_storage_nolock()
247 bpf_local_storage_lookup(struct bpf_local_storage *local_storage, in bpf_local_storage_lookup()
307 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc()
308 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc()
330 (struct bpf_local_storage **)owner_storage(smap, owner); in bpf_local_storage_alloc()
[all …]
A Dbpf_cgrp_storage.c39 static struct bpf_local_storage __rcu **cgroup_storage_ptr(void *owner) in cgroup_storage_ptr()
48 struct bpf_local_storage *local_storage; in bpf_cgrp_storage_free()
73 struct bpf_local_storage *cgroup_storage; in cgroup_storage_lookup()
A Dbpf_inode_storage.c24 static struct bpf_local_storage __rcu **
40 struct bpf_local_storage *inode_storage; in inode_storage_lookup()
59 struct bpf_local_storage *local_storage; in bpf_inode_storage_free()
A Dbpf_task_storage.c49 static struct bpf_local_storage __rcu **task_storage_ptr(void *owner) in task_storage_ptr()
60 struct bpf_local_storage *task_storage; in task_storage_lookup()
74 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-6.3-rc2/net/core/
A Dbpf_sk_storage.c23 struct bpf_local_storage *sk_storage; in bpf_sk_storage_lookup()
51 struct bpf_local_storage *sk_storage; in bpf_sk_storage_free()
162 struct bpf_local_storage *new_sk_storage = NULL; in bpf_sk_storage_clone()
163 struct bpf_local_storage *sk_storage; in bpf_sk_storage_clone()
305 static struct bpf_local_storage __rcu **
588 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put_all()
643 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put()
714 struct bpf_local_storage *sk_storage; in bpf_sk_storage_map_seq_find_next()
809 struct bpf_local_storage *sk_storage; in DEFINE_BPF_ITER_FUNC()
/linux-6.3-rc2/include/net/
A Dsock.h247 struct bpf_local_storage;
541 struct bpf_local_storage __rcu *sk_bpf_storage;

Completed in 38 milliseconds