Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf_local_storage.h75 struct bpf_local_storage __rcu *local_storage;
84 struct bpf_local_storage { struct
129 bpf_local_storage_lookup(struct bpf_local_storage *local_storage,
141 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
144 bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage,
Dbpf_lsm.h22 struct bpf_local_storage __rcu *storage;
Dsched.h46 struct bpf_local_storage;
1483 struct bpf_local_storage __rcu *bpf_storage;
Dbpf.h45 struct bpf_local_storage;
135 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
/linux-6.1.9/kernel/bpf/
Dbpf_local_storage.c46 static struct bpf_local_storage __rcu **
89 struct bpf_local_storage *local_storage; in bpf_local_storage_free_rcu()
91 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in bpf_local_storage_free_rcu()
107 bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_unlink_storage_nolock()
128 mem_uncharge(smap, owner, sizeof(struct bpf_local_storage)); in bpf_selem_unlink_storage_nolock()
164 struct bpf_local_storage *local_storage; in __bpf_selem_unlink_storage()
189 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_link_storage_nolock()
237 bpf_local_storage_lookup(struct bpf_local_storage *local_storage, in bpf_local_storage_lookup()
297 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc()
298 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc()
[all …]
Dbpf_inode_storage.c24 static struct bpf_local_storage __rcu **
40 struct bpf_local_storage *inode_storage; in inode_storage_lookup()
60 struct bpf_local_storage *local_storage; in bpf_inode_storage_free()
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()
75 struct bpf_local_storage *local_storage; in bpf_task_storage_free()
DMakefile12 obj-$(CONFIG_BPF_SYSCALL) += bpf_local_storage.o bpf_task_storage.o
/linux-6.1.9/net/core/
Dbpf_sk_storage.c23 struct bpf_local_storage *sk_storage; in bpf_sk_storage_lookup()
52 struct bpf_local_storage *sk_storage; in bpf_sk_storage_free()
191 struct bpf_local_storage *new_sk_storage = NULL; in bpf_sk_storage_clone()
192 struct bpf_local_storage *sk_storage; in bpf_sk_storage_clone()
334 static struct bpf_local_storage __rcu **
618 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put_all()
673 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put()
744 struct bpf_local_storage *sk_storage; in bpf_sk_storage_map_seq_find_next()
839 struct bpf_local_storage *sk_storage; in DEFINE_BPF_ITER_FUNC()
/linux-6.1.9/include/net/
Dsock.h247 struct bpf_local_storage;
537 struct bpf_local_storage __rcu *sk_bpf_storage;