Symbol: bpf_key
include/linux/bpf.h
3821
struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags);
include/linux/bpf.h
3822
struct bpf_key *bpf_lookup_system_key(u64 id);
include/linux/bpf.h
3823
void bpf_key_put(struct bpf_key *bkey);
include/linux/bpf.h
3826
struct bpf_key *trusted_keyring);
include/linux/bpf.h
3828
static inline s32 bpf_key_serial(const struct bpf_key *key)
include/linux/bpf.h
3833
static inline struct bpf_key *bpf_lookup_user_key(u32 serial, u64 flags)
include/linux/bpf.h
3838
static inline struct bpf_key *bpf_lookup_system_key(u64 id)
include/linux/bpf.h
3843
static inline void bpf_key_put(struct bpf_key *bkey)
include/linux/bpf.h
3849
struct bpf_key *trusted_keyring)
include/linux/bpf.h
3854
static inline s32 bpf_key_serial(const struct bpf_key *key)
kernel/bpf/helpers.c
4224
__bpf_kfunc struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags)
kernel/bpf/helpers.c
4227
struct bpf_key *bkey;
kernel/bpf/helpers.c
4273
__bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id)
kernel/bpf/helpers.c
4275
struct bpf_key *bkey;
kernel/bpf/helpers.c
4297
__bpf_kfunc void bpf_key_put(struct bpf_key *bkey)
kernel/bpf/helpers.c
4318
struct bpf_key *trusted_keyring)
kernel/bpf/syscall.c
2908
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
54
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;