commit | 979402b16cde048ced4839e21cc49e0779352b80 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Sep 05 23:34:44 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 07 12:56:00 2012 -0400 |
tree | e2cb35c6029a59ba46e24fe933404b0f442ecb73 | |
parent | 521130d11fd37b328543477df5522704a0e7cf2c [diff] |
udp: increment UDP_MIB_INERRORS if copy failed In UDP recvmsg(), we miss an increase of UDP_MIB_INERRORS if the copy of skb to userspace failed for whatever reason. Reported-by: Shawn Bohrer <sbohrer@rgmadvisors.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>