Home
last modified time | relevance | path

Searched refs:bpf_lookup_system_key (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_lookup_key.c22 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
38 bkey = bpf_lookup_system_key(key_id); in BPF_PROG()
Dtest_kfunc_dynptr_param.c15 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
77 trusted_keyring = bpf_lookup_system_key(0); in BPF_PROG()
Dtest_verify_pkcs7_sig.c18 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
84 trusted_keyring = bpf_lookup_system_key(system_keyring_id); in BPF_PROG()
Dverifier_ref_tracking.c29 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()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c1333 __bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key() function
1411 BTF_ID_FLAGS(func, bpf_lookup_system_key, KF_ACQUIRE | KF_RET_NULL)