Searched refs:bpf_lookup_system_key (Results 1 – 7 of 7) sorted by relevance
22 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;38 bkey = bpf_lookup_system_key(key_id); in BPF_PROG()
15 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;76 trusted_keyring = bpf_lookup_system_key(0); in BPF_PROG()
29 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;40 bpf_lookup_system_key(0); in __kfunc_btf_root()260 __imm(bpf_lookup_system_key) in acquire_release_system_key_reference()297 __imm(bpf_lookup_system_key) in system_key_reference_without_check()341 : __imm(bpf_lookup_system_key) in potential_reference_to_system_key()
79 trusted_keyring = bpf_lookup_system_key(system_keyring_id); in BPF_PROG()
76 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
3623 struct bpf_key *bpf_lookup_system_key(u64 id);3635 static inline struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key() function
2818 key = bpf_lookup_system_key(attr->keyring_id); in bpf_prog_verify_signature()