Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c515 BTF_ID_FLAGS(func, bpf_kfunc_call_test_destructive, KF_DESTRUCTIVE)
/Linux-v6.6/include/linux/
Dbtf.h71 #define KF_DESTRUCTIVE (1 << 6) /* kfunc performs destructive actions */ macro
/Linux-v6.6/Documentation/bpf/
Dkfuncs.rst279 2.4.6 KF_DESTRUCTIVE flag
282 The KF_DESTRUCTIVE flag is used to indicate functions calling which is
/Linux-v6.6/kernel/bpf/
Dhelpers.c2442 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)
Dverifier.c10023 return meta->kfunc_flags & KF_DESTRUCTIVE; in is_kfunc_destructive()