Skip to content

Commit 4d2b560

Browse files
Alexei Starovoitovanakryiko
authored andcommitted
libbpf: Add __arg_arena to bpf_helpers.h
Add __arg_arena to bpf_helpers.h Signed-off-by: Alexei Starovoitov <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Kumar Kartikeya Dwivedi <[email protected]> Acked-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 2edc3de commit 4d2b560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/lib/bpf/bpf_helpers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ enum libbpf_tristate {
193193
#define __arg_nonnull __attribute((btf_decl_tag("arg:nonnull")))
194194
#define __arg_nullable __attribute((btf_decl_tag("arg:nullable")))
195195
#define __arg_trusted __attribute((btf_decl_tag("arg:trusted")))
196+
#define __arg_arena __attribute((btf_decl_tag("arg:arena")))
196197

197198
#ifndef ___bpf_concat
198199
#define ___bpf_concat(a, b) a ## b

0 commit comments

Comments
 (0)