This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / sctp / ipv6.c
index 09e6df2..1adfd8c 100644 (file)
@@ -107,7 +107,7 @@ void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
        skb->nh.raw = saveip;
        skb->h.raw = savesctp;
        if (!sk) {
-               ICMP6_INC_STATS_BH(idev, ICMP6_MIB_INERRORS);
+               ICMP6_INC_STATS_BH(idev, Icmp6InErrors);
                goto out;
        }
 
@@ -177,7 +177,7 @@ static int sctp_v6_xmit(struct sk_buff *skb, struct sctp_transport *transport,
                          __FUNCTION__, skb, skb->len,
                          NIP6(fl.fl6_src), NIP6(fl.fl6_dst));
 
-       SCTP_INC_STATS(SCTP_MIB_OUTSCTPPACKS);
+       SCTP_INC_STATS(SctpOutSCTPPacks);
 
        return ip6_xmit(sk, skb, &fl, np->opt, ipfragok);
 }