aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2020-03-03 16:24:00 -0800
committerAlexei Starovoitov <ast@kernel.org>2020-03-03 16:24:04 -0800
commit5fc40f37396cec199d40a417df74b39c8e458ca6 (patch)
treee7884bbcfc7096d416345e55158d6334f8849825 /tools/include/uapi
parentMerge branch 'bpf_link' (diff)
parentselftests/bpf: Test new __sk_buff field gso_size (diff)
downloadlinux-dev-5fc40f37396cec199d40a417df74b39c8e458ca6.tar.xz
linux-dev-5fc40f37396cec199d40a417df74b39c8e458ca6.zip
Merge branch 'bpf_gso_size'
Willem de Bruijn says: ==================== See first patch for details. Patch split across three parts { kernel feature, uapi header, tools } following the custom for such __sk_buff changes. ==================== Acked-by: Petar Penkov <ppenkov@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/include/uapi')
-rw-r--r--tools/include/uapi/linux/bpf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h
index 906e9f2752db..7c689f4552dd 100644
--- a/tools/include/uapi/linux/bpf.h
+++ b/tools/include/uapi/linux/bpf.h
@@ -3176,6 +3176,7 @@ struct __sk_buff {
__u32 wire_len;
__u32 gso_segs;
__bpf_md_ptr(struct bpf_sock *, sk);
+ __u32 gso_size;
};
struct bpf_tunnel_key {