Searched refs:bpf_key (Results 1 – 10 of 10) sorted by relevance
21 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;22 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;23 extern void bpf_key_put(struct bpf_key *key) __ksym;28 struct bpf_key *bkey; in BPF_PROG()
15 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;16 extern void bpf_key_put(struct bpf_key *key) __ksym;19 struct bpf_key *trusted_keyring) __ksym;59 struct bpf_key *trusted_keyring; in BPF_PROG()
33 struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym; in get_cgroup_id() 34 void bpf_key_put(struct bpf_key *key) __ksym; in get_cgroup_id() 259 struct bpf_key *bkey; in BPF_PROG()
26 struct bpf_key {} __attribute__((preserve_access_index)); struct28 extern void bpf_key_put(struct bpf_key *key) __ksym;29 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;30 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;
49 struct bpf_key *trusted_keyring; in BPF_PROG()
44 struct bpf_key *trusted_keyring; in BPF_PROG()
75 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;76 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;77 extern void bpf_key_put(struct bpf_key *key) __ksym;80 struct bpf_key *trusted_keyring) __ksym;
3621 struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags);3622 struct bpf_key *bpf_lookup_system_key(u64 id);3623 void bpf_key_put(struct bpf_key *bkey);3626 struct bpf_key *trusted_keyring);3629 static inline struct bpf_key *bpf_lookup_user_key(u32 serial, u64 flags) in bpf_lookup_user_key()3634 static inline struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key()3639 static inline void bpf_key_put(struct bpf_key *bkey) in bpf_key_put()3645 struct bpf_key *trusted_keyring) in bpf_verify_pkcs7_signature()3926 struct bpf_key { struct
3980 __bpf_kfunc struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags) in bpf_lookup_user_key()3983 struct bpf_key *bkey; in bpf_lookup_user_key()4029 __bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key()4031 struct bpf_key *bkey; in bpf_lookup_system_key()4053 __bpf_kfunc void bpf_key_put(struct bpf_key *bkey) in bpf_key_put()4074 struct bpf_key *trusted_keyring) in bpf_verify_pkcs7_signature()
2813 struct bpf_key *key = NULL; in bpf_prog_verify_signature()