Home
last modified time | relevance | path

Searched refs:bpf_key_put (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lookup_key.c23 extern void bpf_key_put(struct bpf_key *key) __ksym;
43 bpf_key_put(bkey); in BPF_PROG()
H A Dtest_kfunc_dynptr_param.c16 extern void bpf_key_put(struct bpf_key *key) __ksym;
83 bpf_key_put(trusted_keyring); in BPF_PROG()
H A Dverifier_ref_tracking.c28 extern void bpf_key_put(struct bpf_key *key) __ksym;
39 bpf_key_put(0); in __kfunc_btf_root()
240 : __imm(bpf_key_put), in acquire_release_user_key_reference()
259 : __imm(bpf_key_put), in acquire_release_system_key_reference()
278 : __imm(bpf_key_put), in user_key_reference_without_check()
296 : __imm(bpf_key_put), in system_key_reference_without_check()
312 : __imm(bpf_key_put) in release_with_null_key_pointer()
H A Dtest_verify_pkcs7_sig.c19 extern void bpf_key_put(struct bpf_key *key) __ksym;
91 bpf_key_put(trusted_keyring); in BPF_PROG()
H A Drcu_read_lock.c23 void bpf_key_put(struct bpf_key *key) __ksym;
255 bpf_key_put(bkey); in BPF_PROG()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1360 __bpf_kfunc void bpf_key_put(struct bpf_key *bkey) in bpf_key_put() function
1415 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)