projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d274e
)
tools/bpf: sync bpf.h
author
Alexei Starovoitov
<ast@kernel.org>
Fri, 23 Aug 2019 05:52:13 +0000
(22:52 -0700)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Tue, 27 Aug 2019 22:30:11 +0000
(
00:30
+0200)
sync bpf.h from kernel/ to tools/
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@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 b5889257cc334fbd639bbd9d0e4547fdc7259097..5d2fb183ee2d2bed247ab52bbce58fa4a36fe5d2 100644
(file)
--- a/
tools/include/uapi/linux/bpf.h
+++ b/
tools/include/uapi/linux/bpf.h
@@
-285,6
+285,9
@@
enum bpf_attach_type {
*/
#define BPF_F_TEST_RND_HI32 (1U << 2)
+/* The verifier internal test flag. Behavior is undefined */
+#define BPF_F_TEST_STATE_FREQ (1U << 3)
+
/* When BPF ldimm64's insn[0].src_reg != 0 then this can have
* two extensions:
*