diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index f30326f1c92b..b12e29a76590 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1322,7 +1322,7 @@ extern struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; | |||
1322 | int tcp_fastopen_reset_cipher(void *key, unsigned int len); | 1322 | int tcp_fastopen_reset_cipher(void *key, unsigned int len); |
1323 | void tcp_fastopen_cookie_gen(__be32 src, __be32 dst, | 1323 | void tcp_fastopen_cookie_gen(__be32 src, __be32 dst, |
1324 | struct tcp_fastopen_cookie *foc); | 1324 | struct tcp_fastopen_cookie *foc); |
1325 | 1325 | void tcp_fastopen_init_key_once(bool publish); | |
1326 | #define TCP_FASTOPEN_KEY_LENGTH 16 | 1326 | #define TCP_FASTOPEN_KEY_LENGTH 16 |
1327 | 1327 | ||
1328 | /* Fastopen key context */ | 1328 | /* Fastopen key context */ |