Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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,
136 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
139 bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage,
Dbpf_lsm.h21 struct bpf_local_storage __rcu *storage;
Dbpf.h38 struct bpf_local_storage;
115 struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_local_storage.c43 static struct bpf_local_storage __rcu **
87 bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_unlink_storage_nolock()
108 mem_uncharge(smap, owner, sizeof(struct bpf_local_storage)); in bpf_selem_unlink_storage_nolock()
140 struct bpf_local_storage *local_storage; in __bpf_selem_unlink_storage()
158 void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage, in bpf_selem_link_storage_nolock()
204 bpf_local_storage_lookup(struct bpf_local_storage *local_storage, in bpf_local_storage_lookup()
259 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc()
260 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc()
281 (struct bpf_local_storage **)owner_storage(smap, owner); in bpf_local_storage_alloc()
327 struct bpf_local_storage *local_storage; in bpf_local_storage_update()
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()
DMakefile20 obj-$(CONFIG_BPF_SYSCALL) += bpf_local_storage.o
/kernel/linux/linux-5.10/net/core/
Dbpf_sk_storage.c21 struct bpf_local_storage *sk_storage; in sk_storage_lookup()
49 struct bpf_local_storage *sk_storage; in bpf_sk_storage_free()
188 struct bpf_local_storage *new_sk_storage = NULL; in bpf_sk_storage_clone()
189 struct bpf_local_storage *sk_storage; in bpf_sk_storage_clone()
328 static struct bpf_local_storage __rcu **
534 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put_all()
589 struct bpf_local_storage *sk_storage; in bpf_sk_storage_diag_put()
660 struct bpf_local_storage *sk_storage; in bpf_sk_storage_map_seq_find_next()
755 struct bpf_local_storage *sk_storage; in DEFINE_BPF_ITER_FUNC()
/kernel/linux/linux-5.10/include/net/
Dsock.h254 struct bpf_local_storage;
527 struct bpf_local_storage __rcu *sk_bpf_storage;