net: introduce SO_INCOMING_CPU
[deliverable/linux.git] / net / ipv4 / tcp_ipv4.c
index 8893598a4124b8cc9d9386836ce0171826777464..2c6a955fd5c32bf102534a6d4f8a661cf5641331 100644 (file)
@@ -1663,6 +1663,7 @@ process:
        if (sk_filter(sk, skb))
                goto discard_and_relse;
 
+       sk_incoming_cpu_update(sk);
        skb->dev = NULL;
 
        bh_lock_sock_nested(sk);
This page took 0.023606 seconds and 5 git commands to generate.