Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_lookup_key.c23 extern void bpf_key_put(struct bpf_key *key) __ksym;
43 bpf_key_put(bkey); in BPF_PROG()
Dtest_kfunc_dynptr_param.c16 extern void bpf_key_put(struct bpf_key *key) __ksym;
83 bpf_key_put(trusted_keyring); in BPF_PROG()
Dtest_verify_pkcs7_sig.c19 extern void bpf_key_put(struct bpf_key *key) __ksym;
91 bpf_key_put(trusted_keyring); in BPF_PROG()
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()
Drcu_read_lock.c23 void bpf_key_put(struct bpf_key *key) __ksym;
255 bpf_key_put(bkey); in BPF_PROG()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c1357 __bpf_kfunc void bpf_key_put(struct bpf_key *bkey) in bpf_key_put() function
1412 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)