|
@@ -450,7 +450,7 @@ void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb);
|
|
|
void tcp_v4_mtu_reduced(struct sock *sk);
|
|
|
void tcp_req_err(struct sock *sk, u32 seq);
|
|
|
int tcp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
|
|
|
-struct sock *tcp_create_openreq_child(struct sock *sk,
|
|
|
+struct sock *tcp_create_openreq_child(const struct sock *sk,
|
|
|
struct request_sock *req,
|
|
|
struct sk_buff *skb);
|
|
|
void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst);
|