|
@@ -914,7 +914,7 @@ static void tcp_v6_timewait_ack(struct sock *sk, struct sk_buff *skb)
|
|
|
tcptw->tw_rcv_wnd >> tw->tw_rcv_wscale,
|
|
|
tcp_time_stamp + tcptw->tw_ts_offset,
|
|
|
tcptw->tw_ts_recent, tw->tw_bound_dev_if, tcp_twsk_md5_key(tcptw),
|
|
|
- tw->tw_tclass, (tw->tw_flowlabel << 12));
|
|
|
+ tw->tw_tclass, cpu_to_be32(tw->tw_flowlabel));
|
|
|
|
|
|
inet_twsk_put(tw);
|
|
|
}
|