OSDN Git Service

tools/bpf: sync bpf.h
authorAlexei Starovoitov <ast@kernel.org>
Mon, 1 Jun 2020 21:13:52 +0000 (14:13 -0700)
committerAlexei 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

index f74bc4a..f862a58 100644 (file)
@@ -3613,6 +3613,7 @@ struct bpf_sock {
        __u32 dst_ip4;
        __u32 dst_ip6[4];
        __u32 state;
+       __s32 rx_queue_mapping;
 };
 
 struct bpf_tcp_sock {