Home
last modified time | relevance | path

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

/linux-6.1.9/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.c15 extern void bpf_key_put(struct bpf_key *key) __ksym;
91 bpf_key_put(trusted_keyring); in BPF_PROG()
Dtest_verify_pkcs7_sig.c19 extern void bpf_key_put(struct bpf_key *key) __ksym;
87 bpf_key_put(trusted_keyring); in BPF_PROG()
/linux-6.1.9/kernel/trace/
Dbpf_trace.c1310 void bpf_key_put(struct bpf_key *bkey) in bpf_key_put() function
1365 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)