Symbol: bpf_key
include/linux/bpf.h
3625
struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags);
include/linux/bpf.h
3626
struct bpf_key *bpf_lookup_system_key(u64 id);
include/linux/bpf.h
3627
void bpf_key_put(struct bpf_key *bkey);
include/linux/bpf.h
3630
struct bpf_key *trusted_keyring);
include/linux/bpf.h
3633
static inline struct bpf_key *bpf_lookup_user_key(u32 serial, u64 flags)
include/linux/bpf.h
3638
static inline struct bpf_key *bpf_lookup_system_key(u64 id)
include/linux/bpf.h
3643
static inline void bpf_key_put(struct bpf_key *bkey)
include/linux/bpf.h
3649
struct bpf_key *trusted_keyring)
kernel/bpf/helpers.c
3980
__bpf_kfunc struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags)
kernel/bpf/helpers.c
3983
struct bpf_key *bkey;
kernel/bpf/helpers.c
4029
__bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id)
kernel/bpf/helpers.c
4031
struct bpf_key *bkey;
kernel/bpf/helpers.c
4053
__bpf_kfunc void bpf_key_put(struct bpf_key *bkey)
kernel/bpf/helpers.c
4074
struct bpf_key *trusted_keyring)
kernel/bpf/syscall.c
2813
struct bpf_key *key = NULL;
tools/testing/selftests/bpf/bpf_kfuncs.h
75
extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
tools/testing/selftests/bpf/bpf_kfuncs.h
76
extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
tools/testing/selftests/bpf/bpf_kfuncs.h
77
extern void bpf_key_put(struct bpf_key *key) __ksym;
tools/testing/selftests/bpf/bpf_kfuncs.h
80
struct bpf_key *trusted_keyring) __ksym;
tools/testing/selftests/bpf/progs/rcu_read_lock.c
259
struct bpf_key *bkey;
tools/testing/selftests/bpf/progs/rcu_read_lock.c
33
struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
tools/testing/selftests/bpf/progs/rcu_read_lock.c
34
void bpf_key_put(struct bpf_key *key) __ksym;
tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c
15
extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c
16
extern void bpf_key_put(struct bpf_key *key) __ksym;
tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c
19
struct bpf_key *trusted_keyring) __ksym;
tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c
59
struct bpf_key *trusted_keyring;
tools/testing/selftests/bpf/progs/test_lookup_key.c
21
extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
tools/testing/selftests/bpf/progs/test_lookup_key.c
22
extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
tools/testing/selftests/bpf/progs/test_lookup_key.c
23
extern void bpf_key_put(struct bpf_key *key) __ksym;
tools/testing/selftests/bpf/progs/test_lookup_key.c
28
struct bpf_key *bkey;
tools/testing/selftests/bpf/progs/test_sig_in_xattr.c
49
struct bpf_key *trusted_keyring;
tools/testing/selftests/bpf/progs/test_verify_pkcs7_sig.c
44
struct bpf_key *trusted_keyring;
tools/testing/selftests/bpf/progs/verifier_ref_tracking.c
28
extern void bpf_key_put(struct bpf_key *key) __ksym;
tools/testing/selftests/bpf/progs/verifier_ref_tracking.c
29
extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
tools/testing/selftests/bpf/progs/verifier_ref_tracking.c
30
extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;