net: Generalize socket rx gap / receive queue overflow cmsg
[deliverable/linux.git] / net / ipv4 / udp.c
index 194bcdc6d9fca80d1bd007827b8a96409ae9993a..71e5353b30c80cfef44eed762a90d5676da09b2f 100644 (file)
@@ -955,7 +955,7 @@ try_again:
                UDP_INC_STATS_USER(sock_net(sk),
                                UDP_MIB_INDATAGRAMS, is_udplite);
 
-       sock_recv_timestamp(msg, sk, skb);
+       sock_recv_ts_and_drops(msg, sk, skb);
 
        /* Copy the address. */
        if (sin) {
This page took 0.026406 seconds and 5 git commands to generate.