aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index c55d65f74f7f..de67541d7adf 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1493,6 +1493,8 @@ struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb,
1493 struct tcp_fastopen_cookie *foc, 1493 struct tcp_fastopen_cookie *foc,
1494 struct dst_entry *dst); 1494 struct dst_entry *dst);
1495void tcp_fastopen_init_key_once(bool publish); 1495void tcp_fastopen_init_key_once(bool publish);
1496bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss,
1497 struct tcp_fastopen_cookie *cookie);
1496#define TCP_FASTOPEN_KEY_LENGTH 16 1498#define TCP_FASTOPEN_KEY_LENGTH 16
1497 1499
1498/* Fastopen key context */ 1500/* Fastopen key context */