|
@@ -433,7 +433,7 @@ int compat_tcp_getsockopt(struct sock *sk, int level, int optname,
|
|
int compat_tcp_setsockopt(struct sock *sk, int level, int optname,
|
|
int compat_tcp_setsockopt(struct sock *sk, int level, int optname,
|
|
char __user *optval, unsigned int optlen);
|
|
char __user *optval, unsigned int optlen);
|
|
void tcp_set_keepalive(struct sock *sk, int val);
|
|
void tcp_set_keepalive(struct sock *sk, int val);
|
|
-void tcp_syn_ack_timeout(struct sock *sk, struct request_sock *req);
|
|
|
|
|
|
+void tcp_syn_ack_timeout(const struct request_sock *req);
|
|
int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
|
|
int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
|
|
int flags, int *addr_len);
|
|
int flags, int *addr_len);
|
|
void tcp_parse_options(const struct sk_buff *skb,
|
|
void tcp_parse_options(const struct sk_buff *skb,
|