Symbol: bpf_local_storage
include/linux/bpf.h
155
struct bpf_local_storage __rcu ** (*map_owner_storage_ptr)(void *owner);
include/linux/bpf.h
50
struct bpf_local_storage;
include/linux/bpf_local_storage.h
143
void __bpf_local_storage_insert_cache(struct bpf_local_storage *local_storage,
include/linux/bpf_local_storage.h
148
bpf_local_storage_lookup(struct bpf_local_storage *local_storage,
include/linux/bpf_local_storage.h
174
u32 bpf_local_storage_destroy(struct bpf_local_storage *local_storage);
include/linux/bpf_local_storage.h
184
void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
include/linux/bpf_local_storage.h
190
struct bpf_local_storage *local_storage,
include/linux/bpf_local_storage.h
80
struct bpf_local_storage __rcu *local_storage;
include/linux/bpf_lsm.h
23
struct bpf_local_storage __rcu *storage;
include/linux/cgroup-defs.h
628
struct bpf_local_storage __rcu *bpf_cgrp_storage;
include/linux/sched.h
1581
struct bpf_local_storage __rcu *bpf_storage;
include/linux/sched.h
61
struct bpf_local_storage;
include/net/sock.h
236
struct bpf_local_storage;
include/net/sock.h
583
struct bpf_local_storage __rcu *sk_bpf_storage;
kernel/bpf/bpf_cgrp_storage.c
14
static struct bpf_local_storage __rcu **cgroup_storage_ptr(void *owner)
kernel/bpf/bpf_cgrp_storage.c
23
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_cgrp_storage.c
38
struct bpf_local_storage *cgroup_storage;
kernel/bpf/bpf_inode_storage.c
23
static struct bpf_local_storage __rcu **
kernel/bpf/bpf_inode_storage.c
39
struct bpf_local_storage *inode_storage;
kernel/bpf/bpf_inode_storage.c
58
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
108
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
114
local_storage = container_of(rcu, struct bpf_local_storage, rcu);
kernel/bpf/bpf_local_storage.c
119
static void __bpf_local_storage_free(struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
131
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
133
local_storage = container_of(rcu, struct bpf_local_storage, rcu);
kernel/bpf/bpf_local_storage.c
146
static void bpf_local_storage_free(struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
22
struct bpf_local_storage *local_storage)
kernel/bpf/bpf_local_storage.c
265
struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
297
static bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
319
void bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
333
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
359
struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
390
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
439
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
46
static struct bpf_local_storage __rcu **
kernel/bpf/bpf_local_storage.c
518
void __bpf_local_storage_insert_cache(struct bpf_local_storage *local_storage,
kernel/bpf/bpf_local_storage.c
558
struct bpf_local_storage *prev_storage, *storage;
kernel/bpf/bpf_local_storage.c
559
struct bpf_local_storage **owner_storage_ptr;
kernel/bpf/bpf_local_storage.c
596
(struct bpf_local_storage **)owner_storage(smap, owner);
kernel/bpf/bpf_local_storage.c
635
struct bpf_local_storage *local_storage;
kernel/bpf/bpf_local_storage.c
819
u32 bpf_local_storage_destroy(struct bpf_local_storage *local_storage)
kernel/bpf/bpf_task_storage.c
23
static struct bpf_local_storage __rcu **task_storage_ptr(void *owner)
kernel/bpf/bpf_task_storage.c
34
struct bpf_local_storage *task_storage;
kernel/bpf/bpf_task_storage.c
48
struct bpf_local_storage *local_storage;
net/core/bpf_sk_storage.c
156
struct bpf_local_storage *new_sk_storage = NULL;
net/core/bpf_sk_storage.c
157
struct bpf_local_storage *sk_storage;
net/core/bpf_sk_storage.c
23
struct bpf_local_storage *sk_storage;
net/core/bpf_sk_storage.c
307
static struct bpf_local_storage __rcu **
net/core/bpf_sk_storage.c
49
struct bpf_local_storage *sk_storage;
net/core/bpf_sk_storage.c
579
struct bpf_local_storage *sk_storage;
net/core/bpf_sk_storage.c
634
struct bpf_local_storage *sk_storage;
net/core/bpf_sk_storage.c
705
struct bpf_local_storage *sk_storage;
net/core/bpf_sk_storage.c
800
struct bpf_local_storage *sk_storage;