Searched refs:KF_RELEASE (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/net/netfilter/ |
| D | nf_conntrack_bpf.c | 477 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE) 478 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
|
| /Linux-v6.6/tools/testing/selftests/bpf/bpf_testmod/ |
| D | bpf_testmod.c | 503 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE) 507 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE)
|
| /Linux-v6.6/kernel/bpf/ |
| D | cpumask.c | 414 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE)
|
| D | helpers.c | 2445 BTF_ID_FLAGS(func, bpf_obj_drop_impl, KF_RELEASE) 2452 BTF_ID_FLAGS(func, bpf_task_release, KF_RELEASE) 2459 BTF_ID_FLAGS(func, bpf_cgroup_release, KF_RELEASE)
|
| D | verifier.c | 10008 return meta->kfunc_flags & KF_RELEASE; in is_kfunc_release()
|
| /Linux-v6.6/Documentation/bpf/ |
| D | kfuncs.rst | 160 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE) 199 2.4.3 KF_RELEASE flag 202 The KF_RELEASE flag is used to indicate that the kfunc releases the pointer 205 invoking kfunc with this flag. KF_RELEASE kfuncs automatically receive the 330 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
|
| /Linux-v6.6/drivers/hid/bpf/ |
| D | hid_bpf_dispatch.c | 446 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
|
| /Linux-v6.6/include/linux/ |
| D | btf.h | 19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
|
| /Linux-v6.6/net/bpf/ |
| D | test_run.c | 622 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS() argument 623 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE) in BTF_ID_FLAGS()
|
| /Linux-v6.6/kernel/trace/ |
| D | bpf_trace.c | 1409 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
|