Searched refs:KF_DESTRUCTIVE (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dbtf.h71 #define KF_DESTRUCTIVE (1 << 6) /* kfunc performs destructive actions */ macro
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c523 BTF_ID_FLAGS(func, bpf_kfunc_call_test_destructive, KF_DESTRUCTIVE)
/linux-master/kernel/bpf/
H A Dhelpers.c2552 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)
H A Dverifier.c10733 return meta->kfunc_flags & KF_DESTRUCTIVE;

Completed in 133 milliseconds