diff options
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 194bcdc6d9fc..71e5353b30c8 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -955,7 +955,7 @@ try_again: | |||
955 | UDP_INC_STATS_USER(sock_net(sk), | 955 | UDP_INC_STATS_USER(sock_net(sk), |
956 | UDP_MIB_INDATAGRAMS, is_udplite); | 956 | UDP_MIB_INDATAGRAMS, is_udplite); |
957 | 957 | ||
958 | sock_recv_timestamp(msg, sk, skb); | 958 | sock_recv_ts_and_drops(msg, sk, skb); |
959 | 959 | ||
960 | /* Copy the address. */ | 960 | /* Copy the address. */ |
961 | if (sin) { | 961 | if (sin) { |