Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_bpf.c476 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE)
477 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
/linux-6.3-rc2/kernel/bpf/
A Dcpumask.c427 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE | KF_TRUSTED_ARGS)
A Dhelpers.c2152 BTF_ID_FLAGS(func, bpf_obj_drop_impl, KF_RELEASE)
2160 BTF_ID_FLAGS(func, bpf_task_release, KF_RELEASE)
2168 BTF_ID_FLAGS(func, bpf_cgroup_release, KF_RELEASE)
A Dverifier.c8640 return meta->kfunc_flags & KF_RELEASE; in is_kfunc_release()
/linux-6.3-rc2/net/bpf/
A Dtest_run.c777 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS()
778 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE) in BTF_ID_FLAGS()
779 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE) in BTF_ID_FLAGS()
783 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE) in BTF_ID_FLAGS()
/linux-6.3-rc2/drivers/hid/bpf/
A Dhid_bpf_dispatch.c449 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst122 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
161 2.4.3 KF_RELEASE flag
164 The KF_RELEASE flag is used to indicate that the kfunc releases the pointer
272 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
/linux-6.3-rc2/include/linux/
A Dbtf.h19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
/linux-6.3-rc2/kernel/trace/
A Dbpf_trace.c1366 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)

Completed in 47 milliseconds