]> git.baikalelectronics.ru Git - kernel.git/commit
net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()
authorMenglong Dong <imagedong@tencent.com>
Wed, 3 Nov 2021 08:28:43 +0000 (16:28 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Nov 2021 14:00:23 +0000 (14:00 +0000)
commitf27cebeb24154422f6be779349bf83645c82b114
tree55c24a1aebeb972445df538ce1bcf4df39a9b907
parentb360ff2c7574b041c3c5e83f677ffb718c4509ea
net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()

__UDP_INC_STATS() is used in udpv6_queue_rcv_one_skb() when encap_rcv()
fails. __UDP6_INC_STATS() should be used here, so replace it with
__UDP6_INC_STATS().

Signed-off-by: Menglong Dong <imagedong@tencent.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c