diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index de67541d7adf..6ec4ea652f3f 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1495,6 +1495,7 @@ struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, | |||
1495 | void tcp_fastopen_init_key_once(bool publish); | 1495 | void tcp_fastopen_init_key_once(bool publish); |
1496 | bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, | 1496 | bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, |
1497 | struct tcp_fastopen_cookie *cookie); | 1497 | struct tcp_fastopen_cookie *cookie); |
1498 | bool tcp_fastopen_defer_connect(struct sock *sk, int *err); | ||
1498 | #define TCP_FASTOPEN_KEY_LENGTH 16 | 1499 | #define TCP_FASTOPEN_KEY_LENGTH 16 |
1499 | 1500 | ||
1500 | /* Fastopen key context */ | 1501 | /* Fastopen key context */ |