net: tcp: add flag for ca to indicate that ECN is required
[deliverable/linux.git] / net / ipv4 / tcp_input.c
index 5073eefa6fae0caf4fd2bcd89c873279f77a2f36..fb0fe97e1c54444bf9fa351332a8a27e52a9193f 100644 (file)
@@ -5944,7 +5944,7 @@ int tcp_conn_request(struct request_sock_ops *rsk_ops,
                goto drop_and_free;
 
        if (!want_cookie || tmp_opt.tstamp_ok)
-               TCP_ECN_create_request(req, skb, sock_net(sk));
+               TCP_ECN_create_request(req, skb, sk);
 
        if (want_cookie) {
                isn = cookie_init_sequence(af_ops, sk, skb, &req->mss);
This page took 0.028869 seconds and 5 git commands to generate.