Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_conntrack_bpf.c477 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/
Dbpf_testmod.c503 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/
Dcpumask.c414 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE)
Dhelpers.c2445 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)
Dverifier.c10008 return meta->kfunc_flags & KF_RELEASE; in is_kfunc_release()
/Linux-v6.6/Documentation/bpf/
Dkfuncs.rst160 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/
Dhid_bpf_dispatch.c446 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
/Linux-v6.6/include/linux/
Dbtf.h19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
/Linux-v6.6/net/bpf/
Dtest_run.c622 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/
Dbpf_trace.c1409 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)