diff options
Diffstat (limited to 'include/uapi/linux/tcp.h')
-rw-r--r-- | include/uapi/linux/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tcp.h b/include/uapi/linux/tcp.h index c53de2691cec..6ff35eb48d10 100644 --- a/include/uapi/linux/tcp.h +++ b/include/uapi/linux/tcp.h | |||
@@ -116,6 +116,7 @@ enum { | |||
116 | #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ | 116 | #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ |
117 | #define TCP_SAVED_SYN 28 /* Get SYN headers recorded for connection */ | 117 | #define TCP_SAVED_SYN 28 /* Get SYN headers recorded for connection */ |
118 | #define TCP_REPAIR_WINDOW 29 /* Get/set window parameters */ | 118 | #define TCP_REPAIR_WINDOW 29 /* Get/set window parameters */ |
119 | #define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ | ||
119 | 120 | ||
120 | struct tcp_repair_opt { | 121 | struct tcp_repair_opt { |
121 | __u32 opt_code; | 122 | __u32 opt_code; |