Searched refs:bpf_local_storage (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | bpf_local_storage.h | 75 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 D | bpf_lsm.h | 22 struct bpf_local_storage __rcu *storage;
|
A D | cgroup-defs.h | 511 struct bpf_local_storage __rcu *bpf_cgrp_storage;
|
A D | sched.h | 46 struct bpf_local_storage; 1483 struct bpf_local_storage __rcu *bpf_storage;
|
A D | bpf.h | 46 struct bpf_local_storage; 139 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
|
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_local_storage.c | 46 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 D | bpf_cgrp_storage.c | 39 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 D | bpf_inode_storage.c | 24 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 D | bpf_task_storage.c | 49 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 D | Makefile | 12 obj-$(CONFIG_BPF_SYSCALL) += bpf_local_storage.o bpf_task_storage.o
|
/linux-6.3-rc2/net/core/ |
A D | bpf_sk_storage.c | 23 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 D | sock.h | 247 struct bpf_local_storage; 541 struct bpf_local_storage __rcu *sk_bpf_storage;
|
Completed in 36 milliseconds