]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Add reasons for skb drops to __udp6_lib_rcv
authorDavid Ahern <dsahern@kernel.org>
Fri, 11 Feb 2022 17:15:07 +0000 (09:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Feb 2022 11:24:39 +0000 (11:24 +0000)
commit5d4372ef3c6604cd5f70d9a3b758039a38bb394e
tree3213734eadaf0e18f939a48ac8c4c42bdd9f826d
parentd0f1ac5978293888c74bc4b859e4cd815d43837a
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>
net/ipv6/udp.c