__be32 label = 0;
        u32 priority = 0;
        struct net *net;
+       u32 txhash = 0;
        int oif = 0;
 
        if (th->rst)
                        if (np->repflow)
                                label = ip6_flowlabel(ipv6h);
                        priority = sk->sk_priority;
+                       txhash = sk->sk_hash;
                }
                if (sk->sk_state == TCP_TIME_WAIT) {
                        label = cpu_to_be32(inet_twsk(sk)->tw_flowlabel);
                        priority = inet_twsk(sk)->tw_priority;
+                       txhash = inet_twsk(sk)->tw_txhash;
                }
        } else {
                if (net->ipv6.sysctl.flowlabel_reflect & FLOWLABEL_REFLECT_TCP_RESET)
        }
 
        tcp_v6_send_response(sk, skb, seq, ack_seq, 0, 0, 0, oif, key, 1,
-                            ipv6_get_dsfield(ipv6h), label, priority, 0);
+                            ipv6_get_dsfield(ipv6h), label, priority, txhash);
 
 #ifdef CONFIG_TCP_MD5SIG
 out: