|
@@ -3213,6 +3213,7 @@ struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,
|
|
|
tcp_ecn_make_synack(req, th);
|
|
|
th->source = htons(ireq->ir_num);
|
|
|
th->dest = ireq->ir_rmt_port;
|
|
|
+ skb->mark = ireq->ir_mark;
|
|
|
/* Setting of flags are superfluous here for callers (and ECE is
|
|
|
* not even correctly set)
|
|
|
*/
|