commit | 029a374348807222a872ba4baaf6e3e96846aa16 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Fri Nov 09 15:52:45 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 09 20:07:05 2018 -0800 |
tree | a07a11a1acb1265789fc471fcbdce2e6d2d8f1b0 | |
parent | 560f1ba4d8e8cb70f59b704a6edfa094b9bc0266 [diff] |
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>