Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A 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/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h73 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
/linux/kernel/trace/
H A Dbpf_trace.c1321 __bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key() function
1405 BTF_ID_FLAGS(func, bpf_lookup_system_key, KF_ACQUIRE | KF_RET_NULL)