Skip to content

Commit

Permalink
tools/bpf: sync bpf.h
Browse files Browse the repository at this point in the history
Sync bpf.h into tool/include/uapi/

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
  • Loading branch information
Alexei Starovoitov committed Jun 1, 2020
1 parent 906312c commit df8fe57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/include/uapi/linux/bpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -3613,6 +3613,7 @@ struct bpf_sock {
__u32 dst_ip4;
__u32 dst_ip6[4];
__u32 state;
__s32 rx_queue_mapping;
};

struct bpf_tcp_sock {
Expand Down

0 comments on commit df8fe57

Please sign in to comment.