commit | 4cf91f825b2777f81799f98ce32172b829acd1b2 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@kernel.org> | Fri Feb 11 09:15:07 2022 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 14 11:24:39 2022 +0000 |
tree | 3213734eadaf0e18f939a48ac8c4c42bdd9f826d | |
parent | a1b86c5de725b18ec71656ad14f20955e75875a8 [diff] |
ipv6: Add reasons for skb drops to __udp6_lib_rcv Add reasons to __udp6_lib_rcv for skb drops. The only twist is that the NO_SOCKET takes precedence over the CSUM or other counters for that path (motivation behind this patch - csum counter was misleading). Signed-off-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>