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 18c246c9b009..c2f96c2cc89c 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -464,7 +464,7 @@ extern __u32 cookie_v4_init_sequence(struct sock *sk, struct sk_buff *skb, | |||
464 | __u16 *mss); | 464 | __u16 *mss); |
465 | 465 | ||
466 | extern __u32 cookie_init_timestamp(struct request_sock *req); | 466 | extern __u32 cookie_init_timestamp(struct request_sock *req); |
467 | extern bool cookie_check_timestamp(struct tcp_options_received *tcp_opt); | 467 | extern bool cookie_check_timestamp(struct tcp_options_received *opt, bool *); |
468 | 468 | ||
469 | /* From net/ipv6/syncookies.c */ | 469 | /* From net/ipv6/syncookies.c */ |
470 | extern struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb); | 470 | extern struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb); |