From 39f3776b505231b43844295d79455f06a9c4d9ec Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 16 Jun 2017 09:06:25 -0700 Subject: [PATCH] update headers to get TCA_TUNNEL_CSUM Signed-off-by: Stephen Hemminger --- include/linux/tc_act/tc_tunnel_key.h | 1 + include/linux/tcp.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/linux/tc_act/tc_tunnel_key.h b/include/linux/tc_act/tc_tunnel_key.h index 84ea55e1..afcd4be9 100644 --- a/include/linux/tc_act/tc_tunnel_key.h +++ b/include/linux/tc_act/tc_tunnel_key.h @@ -34,6 +34,7 @@ enum { TCA_TUNNEL_KEY_ENC_KEY_ID, /* be64 */ TCA_TUNNEL_KEY_PAD, TCA_TUNNEL_KEY_ENC_DST_PORT, /* be16 */ + TCA_TUNNEL_KEY_NO_CSUM, /* u8 */ __TCA_TUNNEL_KEY_MAX, }; diff --git a/include/linux/tcp.h b/include/linux/tcp.h index d34fb5c5..ca491dcd 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -117,6 +117,7 @@ enum { #define TCP_SAVED_SYN 28 /* Get SYN headers recorded for connection */ #define TCP_REPAIR_WINDOW 29 /* Get/set window parameters */ #define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ +#define TCP_ULP 31 /* Attach a ULP to a TCP connection */ struct tcp_repair_opt { __u32 opt_code;