We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182f7df commit aaa0e57Copy full SHA for aaa0e57
tools/lib/bpf/bpf_helpers.h
@@ -215,6 +215,7 @@ enum libbpf_tristate {
215
#define __arg_nonnull __attribute((btf_decl_tag("arg:nonnull")))
216
#define __arg_nullable __attribute((btf_decl_tag("arg:nullable")))
217
#define __arg_trusted __attribute((btf_decl_tag("arg:trusted")))
218
+#define __arg_untrusted __attribute((btf_decl_tag("arg:untrusted")))
219
#define __arg_arena __attribute((btf_decl_tag("arg:arena")))
220
221
#ifndef ___bpf_concat
0 commit comments