diff options
author | Alexei Starovoitov <ast@kernel.org> | 2020-06-01 14:13:52 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-06-01 14:48:32 -0700 |
commit | df8fe57c071c58f355d0a4985ecd2fcaf99b050f (patch) | |
tree | 4756f5b7df1140fceb71448854112c4cbc84beed /tools | |
parent | 906312ca0d620cdcdb54d07594d26da0aed7eed2 (diff) | |
download | linux-df8fe57c071c58f355d0a4985ecd2fcaf99b050f.tar.bz2 |
tools/bpf: sync bpf.h
Sync bpf.h into tool/include/uapi/
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/include/uapi/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index f74bc4a2385e..f862a58fb567 100644 --- 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 { |