projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c872bdb
)
bpf: sync tools/include/uapi/linux/bpf.h
author
Song Liu
<songliubraving@fb.com>
Wed, 12 Dec 2018 17:37:47 +0000
(09:37 -0800)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Thu, 13 Dec 2018 11:22:28 +0000
(12:22 +0100)
Sync bpf.h for nr_prog_tags and prog_tags.
Signed-off-by: Song Liu <songliubraving@fb.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/include/uapi/linux/bpf.h
patch
|
blob
|
history
diff --git
a/tools/include/uapi/linux/bpf.h
b/tools/include/uapi/linux/bpf.h
index aa582cd5bfcfab38abab4a5562288ae8cab01d67..e7d57e89f25fc7932c4af6a64f23203e93e30e65 100644
(file)
--- a/
tools/include/uapi/linux/bpf.h
+++ b/
tools/include/uapi/linux/bpf.h
@@
-2717,6
+2717,8
@@
struct bpf_prog_info {
__u32 nr_jited_line_info;
__u32 line_info_rec_size;
__u32 jited_line_info_rec_size;
+ __u32 nr_prog_tags;
+ __aligned_u64 prog_tags;
} __attribute__((aligned(8)));
struct bpf_map_info {