aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r--net/ipv6/udp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index ee1cc3f8599f..b0474a618bbe 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -164,6 +164,8 @@ try_again:
164 if (err) 164 if (err)
165 goto out_free; 165 goto out_free;
166 166
167 UDP6_INC_STATS_USER(UDP_MIB_INDATAGRAMS, is_udplite);
168
167 sock_recv_timestamp(msg, sk, skb); 169 sock_recv_timestamp(msg, sk, skb);
168 170
169 /* Copy the address. */ 171 /* Copy the address. */
@@ -292,7 +294,7 @@ int udpv6_queue_rcv_skb(struct sock * sk, struct sk_buff *skb)
292 UDP6_INC_STATS_BH(UDP_MIB_RCVBUFERRORS, up->pcflag); 294 UDP6_INC_STATS_BH(UDP_MIB_RCVBUFERRORS, up->pcflag);
293 goto drop; 295 goto drop;
294 } 296 }
295 UDP6_INC_STATS_BH(UDP_MIB_INDATAGRAMS, up->pcflag); 297
296 return 0; 298 return 0;
297drop: 299drop:
298 UDP6_INC_STATS_BH(UDP_MIB_INERRORS, up->pcflag); 300 UDP6_INC_STATS_BH(UDP_MIB_INERRORS, up->pcflag);