diff options
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r-- | net/ipv6/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index 4f24570b0869..d8375bc7f2d5 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c | |||
@@ -497,7 +497,7 @@ static int rawv6_recvmsg(struct kiocb *iocb, struct sock *sk, | |||
497 | sin6->sin6_scope_id = IP6CB(skb)->iif; | 497 | sin6->sin6_scope_id = IP6CB(skb)->iif; |
498 | } | 498 | } |
499 | 499 | ||
500 | sock_recv_timestamp(msg, sk, skb); | 500 | sock_recv_ts_and_drops(msg, sk, skb); |
501 | 501 | ||
502 | if (np->rxopt.all) | 502 | if (np->rxopt.all) |
503 | datagram_recv_ctl(sk, msg, skb); | 503 | datagram_recv_ctl(sk, msg, skb); |