diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 5073eefa6fae..fb0fe97e1c54 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -5944,7 +5944,7 @@ int tcp_conn_request(struct request_sock_ops *rsk_ops, | |||
5944 | goto drop_and_free; | 5944 | goto drop_and_free; |
5945 | 5945 | ||
5946 | if (!want_cookie || tmp_opt.tstamp_ok) | 5946 | if (!want_cookie || tmp_opt.tstamp_ok) |
5947 | TCP_ECN_create_request(req, skb, sock_net(sk)); | 5947 | TCP_ECN_create_request(req, skb, sk); |
5948 | 5948 | ||
5949 | if (want_cookie) { | 5949 | if (want_cookie) { |
5950 | isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); | 5950 | isn = cookie_init_sequence(af_ops, sk, skb, &req->mss); |