projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906312c
)
tools/bpf: sync bpf.h
author
Alexei Starovoitov
<ast@kernel.org>
Mon, 1 Jun 2020 21:13:52 +0000
(14:13 -0700)
committer
Alexei Starovoitov
<ast@kernel.org>
Mon, 1 Jun 2020 21:48:32 +0000
(14:48 -0700)
Sync bpf.h into tool/include/uapi/
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 f74bc4a2385e0d908440f8664da9300a28cc87f6..f862a58fb567302f84fd782b1e581f8a2fbfc94d 100644
(file)
--- a/
tools/include/uapi/linux/bpf.h
+++ b/
tools/include/uapi/linux/bpf.h
@@
-3613,6
+3613,7
@@
struct bpf_sock {
__u32 dst_ip4;
__u32 dst_ip6[4];
__u32 state;
+ __s32 rx_queue_mapping;
};
struct bpf_tcp_sock {