net: Generalize socket rx gap / receive queue overflow cmsg
[deliverable/linux.git] / net / ipv6 / raw.c
index 4f24570b0869bd5093b18884866d4c67f20dcf41..d8375bc7f2d5530d4748be73193b12166d37c705 100644 (file)
@@ -497,7 +497,7 @@ static int rawv6_recvmsg(struct kiocb *iocb, struct sock *sk,
                        sin6->sin6_scope_id = IP6CB(skb)->iif;
        }
 
-       sock_recv_timestamp(msg, sk, skb);
+       sock_recv_ts_and_drops(msg, sk, skb);
 
        if (np->rxopt.all)
                datagram_recv_ctl(sk, msg, skb);
This page took 0.03602 seconds and 5 git commands to generate.