diff options
author | Alexei Starovoitov <ast@kernel.org> | 2020-06-01 23:13:52 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-06-01 23:48:32 +0200 |
commit | df8fe57c071c58f355d0a4985ecd2fcaf99b050f (patch) | |
tree | 4756f5b7df1140fceb71448854112c4cbc84beed /tools | |
parent | Merge branch 'xdp_devmap' (diff) | |
download | linux-df8fe57c071c58f355d0a4985ecd2fcaf99b050f.tar.xz linux-df8fe57c071c58f355d0a4985ecd2fcaf99b050f.zip |
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 { |