net: rfs: enable RFS before first data packet is received
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / ipv6 / tcp_ipv6.c
index d1fd287..87551ca 100644 (file)
@@ -1644,6 +1644,7 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
                 * the new socket..
                 */
                if(nsk != sk) {
+                       sock_rps_save_rxhash(nsk, skb->rxhash);
                        if (tcp_child_process(sk, nsk, skb))
                                goto reset;
                        if (opt_skb)