commit | 250962e4684678629afd2feeaefdc40c5db501f4 | [log] [tgz] |
---|---|---|
author | Menglong Dong <imagedong@tencent.com> | Wed Nov 03 16:28:43 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 03 14:00:23 2021 +0000 |
tree | 55c24a1aebeb972445df538ce1bcf4df39a9b907 | |
parent | 1aabe578dd86e9f2867c4db4fba9a15f4ba1825d [diff] |
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>