|
@@ -2275,7 +2275,7 @@ struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst,
|
|
|
th->syn = 1;
|
|
|
th->ack = 1;
|
|
|
TCP_ECN_make_synack(req, th);
|
|
|
- th->source = inet_sk(sk)->sport;
|
|
|
+ th->source = ireq->loc_port;
|
|
|
th->dest = ireq->rmt_port;
|
|
|
/* Setting of flags are superfluous here for callers (and ECE is
|
|
|
* not even correctly set)
|