diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 5cf9672c13e2..c006255a0df1 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1705,7 +1705,8 @@ struct tcp_request_sock_ops { | |||
1705 | const struct sock *sk, | 1705 | const struct sock *sk, |
1706 | const struct sk_buff *skb); | 1706 | const struct sk_buff *skb); |
1707 | #endif | 1707 | #endif |
1708 | void (*init_req)(struct request_sock *req, struct sock *sk, | 1708 | void (*init_req)(struct request_sock *req, |
1709 | const struct sock *sk_listener, | ||
1709 | struct sk_buff *skb); | 1710 | struct sk_buff *skb); |
1710 | #ifdef CONFIG_SYN_COOKIES | 1711 | #ifdef CONFIG_SYN_COOKIES |
1711 | __u32 (*cookie_init_seq)(struct sock *sk, const struct sk_buff *skb, | 1712 | __u32 (*cookie_init_seq)(struct sock *sk, const struct sk_buff *skb, |