net: Use ip_route_input_noref() in input path
[deliverable/linux.git] / net / ipv4 / ip_output.c
index d979710684b24b28b6e2cd232e0cff6f7661f7e4..252897443ef9e21a3ed25ad453d38d496816d5f2 100644 (file)
@@ -120,7 +120,7 @@ static int ip_dev_loopback_xmit(struct sk_buff *newskb)
        newskb->pkt_type = PACKET_LOOPBACK;
        newskb->ip_summed = CHECKSUM_UNNECESSARY;
        WARN_ON(!skb_dst(newskb));
-       netif_rx(newskb);
+       netif_rx_ni(newskb);
        return 0;
 }
 
This page took 0.024335 seconds and 5 git commands to generate.