Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/bpf/
Dkfuncs.rst163 2.4.7 KF_DESTRUCTIVE flag
166 The KF_DESTRUCTIVE flag is used to indicate functions calling which is
/Linux-v6.1/include/linux/
Dbtf.h53 #define KF_DESTRUCTIVE (1 << 6) /* kfunc performs destructive actions */ macro
/Linux-v6.1/kernel/bpf/
Dhelpers.c1705 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)
Dverifier.c7703 if (*kfunc_flags & KF_DESTRUCTIVE && !capable(CAP_SYS_BOOT)) { in check_kfunc_call()
/Linux-v6.1/net/bpf/
Dtest_run.c762 BTF_ID_FLAGS(func, bpf_kfunc_call_test_destructive, KF_DESTRUCTIVE) in BTF_ID_FLAGS()