Searched refs:bpf_lookup_system_key (Results 1 – 8 of 8) 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()
71 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() 252 call %[bpf_lookup_system_key]; \ in acquire_release_system_key_reference() 260 __imm(bpf_lookup_system_key) in acquire_release_system_key_reference() 290 call %[bpf_lookup_system_key]; \ in system_key_reference_without_check() 297 __imm(bpf_lookup_system_key) in system_key_reference_without_check() 338 call %[bpf_lookup_system_key]; \ in potential_reference_to_system_key() 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;
3822 struct bpf_key *bpf_lookup_system_key(u64 id);3838 static inline struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key() function
4275 __bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key() function4860 BTF_ID_FLAGS(func, bpf_lookup_system_key, KF_ACQUIRE | KF_RET_NULL)
21037 key = bpf_lookup_system_key(attr->keyring_id); in bpf_prog_verify_signature()