Home
last modified time | relevance | path

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

/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 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_kfunc_dynptr_param.c16 extern void bpf_key_put(struct bpf_key *key) __ksym;
82 bpf_key_put(trusted_keyring); in BPF_PROG()
H A Dtest_sig_in_xattr.c82 bpf_key_put(trusted_keyring); in BPF_PROG()
H A Dtest_verify_pkcs7_sig.c86 bpf_key_put(trusted_keyring); in BPF_PROG()
H A Drcu_read_lock.c34 void bpf_key_put(struct bpf_key *key) __ksym; in get_cgroup_id()
267 bpf_key_put(bkey); in nested_rcu_region()
/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h77 extern void bpf_key_put(struct bpf_key *key) __ksym;
/linux/include/linux/
H A Dbpf.h3623 void bpf_key_put(struct bpf_key *bkey);
3639 static inline void bpf_key_put(struct bpf_key *bkey) in bpf_key_put() function
/linux/kernel/bpf/
H A Dhelpers.c4053 __bpf_kfunc void bpf_key_put(struct bpf_key *bkey) in bpf_key_put() function
4576 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
H A Dsyscall.c2834 bpf_key_put(key); in bpf_prog_verify_signature()
2846 bpf_key_put(key); in bpf_prog_verify_signature()