Home
last modified time | relevance | path

Searched refs:KF_DESTRUCTIVE (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dbtf.h72 #define KF_DESTRUCTIVE (1 << 6) /* kfunc performs destructive actions */ macro
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst223 2.4.7 KF_DESTRUCTIVE flag
226 The KF_DESTRUCTIVE flag is used to indicate functions calling which is
/linux-6.3-rc2/net/bpf/
A Dtest_run.c795 BTF_ID_FLAGS(func, bpf_kfunc_call_test_destructive, KF_DESTRUCTIVE) in BTF_ID_FLAGS()
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c2149 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)
A Dverifier.c8655 return meta->kfunc_flags & KF_DESTRUCTIVE; in is_kfunc_destructive()

Completed in 37 milliseconds