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:
fada7fd
)
bpf/tools: sync bpf.h
author
Jonathan Lemon
<jonathan.lemon@gmail.com>
Thu, 6 Jun 2019 20:59:41 +0000
(13:59 -0700)
committer
Alexei Starovoitov
<ast@kernel.org>
Tue, 11 Jun 2019 06:31:26 +0000
(23:31 -0700)
Sync uapi/linux/bpf.h
Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
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 7c6aef253173eb6dae3503c3223b6e5763eb9815..ae0907d8c03ad0b9a53a50fa34ac85e1b8e4bcdc 100644
(file)
--- a/
tools/include/uapi/linux/bpf.h
+++ b/
tools/include/uapi/linux/bpf.h
@@
-3083,6
+3083,10
@@
struct bpf_sock_tuple {
};
};
+struct bpf_xdp_sock {
+ __u32 queue_id;
+};
+
#define XDP_PACKET_HEADROOM 256
/* User return codes for XDP prog type.