Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_local_storage.h79 struct bpf_local_storage __rcu *local_storage;
88 struct bpf_local_storage { struct
132 void __bpf_local_storage_insert_cache(struct bpf_local_storage *local_storage,
137 bpf_local_storage_lookup(struct bpf_local_storage *local_storage, in bpf_local_storage_lookup()
163 void bpf_local_storage_destroy(struct bpf_local_storage *local_storage);
174 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
A Dbpf_lsm.h23 struct bpf_local_storage __rcu *storage;
A Dcgroup-defs.h564 struct bpf_local_storage __rcu *bpf_cgrp_storage;
A Dsched.h55 struct bpf_local_storage;
1541 struct bpf_local_storage __rcu *bpf_storage;
A Dbpf.h48 struct bpf_local_storage;
152 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
/linux/kernel/bpf/
A Dbpf_local_storage.c46 static struct bpf_local_storage __rcu **
117 struct bpf_local_storage *local_storage; in __bpf_local_storage_free_trace_rcu()
122 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in __bpf_local_storage_free_trace_rcu()
131 struct bpf_local_storage *local_storage; in bpf_local_storage_free_rcu()
133 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in bpf_local_storage_free_rcu()
274 mem_uncharge(smap, owner, sizeof(struct bpf_local_storage)); in bpf_selem_unlink_storage_nolock()
346 struct bpf_local_storage *local_storage; in bpf_selem_unlink_storage()
453 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc()
454 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc()
484 (struct bpf_local_storage **)owner_storage(smap, owner); in bpf_local_storage_alloc()
[all …]
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_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()
66 struct bpf_local_storage *cgroup_storage; in cgroup_storage_lookup()
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 DMakefile13 obj-$(CONFIG_BPF_SYSCALL) += bpf_local_storage.o bpf_task_storage.o
/linux/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()
156 struct bpf_local_storage *new_sk_storage = NULL; in bpf_sk_storage_clone()
157 struct bpf_local_storage *sk_storage; in bpf_sk_storage_clone()
300 static struct bpf_local_storage __rcu **
582 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put_all()
637 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put()
708 struct bpf_local_storage *sk_storage; in bpf_sk_storage_map_seq_find_next()
803 struct bpf_local_storage *sk_storage; in DEFINE_BPF_ITER_FUNC()
/linux/tools/testing/selftests/bpf/progs/
A Dsk_storage_omem_uncharge.c23 int BPF_PROG(bpf_local_storage_destroy, struct bpf_local_storage *local_storage) in BPF_PROG()
A Dlocal_storage.c65 struct bpf_local_storage *local_storage; in BPF_PROG()
/linux/include/net/
A Dsock.h234 struct bpf_local_storage;
542 struct bpf_local_storage __rcu *sk_bpf_storage;

Completed in 55 milliseconds