OSDN Git Service

udp6: cleanup stats accounting in recvmsg()
authorPaolo Abeni <pabeni@redhat.com>
Fri, 9 Nov 2018 14:52:45 +0000 (15:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Nov 2018 04:07:05 +0000 (20:07 -0800)
commit029a374348807222a872ba4baaf6e3e96846aa16
treea07a11a1acb1265789fc471fcbdce2e6d2d8f1b0
parent560f1ba4d8e8cb70f59b704a6edfa094b9bc0266
udp6: cleanup stats accounting in recvmsg()

In the udp6 code path, we needed multiple tests to select the correct
mib to be updated. Since we touch at least a counter at each iteration,
it's convenient to use the recently introduced __UDPX_MIB() helper once
and remove some code duplication.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c