diff options
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r-- | net/ipv4/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 757c9171e7c2..f18172b07611 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c | |||
@@ -682,7 +682,7 @@ static int raw_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, | |||
682 | if (err) | 682 | if (err) |
683 | goto done; | 683 | goto done; |
684 | 684 | ||
685 | sock_recv_timestamp(msg, sk, skb); | 685 | sock_recv_ts_and_drops(msg, sk, skb); |
686 | 686 | ||
687 | /* Copy the address. */ | 687 | /* Copy the address. */ |
688 | if (sin) { | 688 | if (sin) { |