diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 372dcccfeed0..b12e29a76590 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -475,7 +475,6 @@ int tcp_send_rcvq(struct sock *sk, struct msghdr *msg, size_t size); | |||
475 | void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb); | 475 | void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb); |
476 | 476 | ||
477 | /* From syncookies.c */ | 477 | /* From syncookies.c */ |
478 | extern __u32 syncookie_secret[2][16-4+SHA_DIGEST_WORDS]; | ||
479 | int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, | 478 | int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, |
480 | u32 cookie); | 479 | u32 cookie); |
481 | struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, | 480 | struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, |
@@ -1323,7 +1322,7 @@ extern struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; | |||
1323 | int tcp_fastopen_reset_cipher(void *key, unsigned int len); | 1322 | int tcp_fastopen_reset_cipher(void *key, unsigned int len); |
1324 | void tcp_fastopen_cookie_gen(__be32 src, __be32 dst, | 1323 | void tcp_fastopen_cookie_gen(__be32 src, __be32 dst, |
1325 | struct tcp_fastopen_cookie *foc); | 1324 | struct tcp_fastopen_cookie *foc); |
1326 | 1325 | void tcp_fastopen_init_key_once(bool publish); | |
1327 | #define TCP_FASTOPEN_KEY_LENGTH 16 | 1326 | #define TCP_FASTOPEN_KEY_LENGTH 16 |
1328 | 1327 | ||
1329 | /* Fastopen key context */ | 1328 | /* Fastopen key context */ |