|
@@ -483,7 +483,7 @@ route_done:
|
|
|
np->tclass, NULL, &fl, (struct rt6_info*)dst,
|
|
|
MSG_DONTWAIT, np->dontfrag);
|
|
|
if (err) {
|
|
|
- ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTMSGS);
|
|
|
+ ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTERRORS);
|
|
|
ip6_flush_pending_frames(sk);
|
|
|
goto out_put;
|
|
|
}
|
|
@@ -565,7 +565,7 @@ static void icmpv6_echo_reply(struct sk_buff *skb)
|
|
|
np->dontfrag);
|
|
|
|
|
|
if (err) {
|
|
|
- ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTMSGS);
|
|
|
+ ICMP6_INC_STATS_BH(net, idev, ICMP6_MIB_OUTERRORS);
|
|
|
ip6_flush_pending_frames(sk);
|
|
|
goto out_put;
|
|
|
}
|