sctp_stats_cpu_t
sctp_stats_cpu_t *stats;
next = (char *)wsp->walk_addr + sizeof (sctp_stats_cpu_t *);
sizeof (sctp_stats_cpu_t *);
sctps->sctps_sc = kmem_zalloc(max_ncpus * sizeof (sctp_stats_cpu_t *),
sctps->sctps_sc[i] = kmem_zalloc(sizeof (sctp_stats_cpu_t),
kmem_free(sctps->sctps_sc[i], sizeof (sctp_stats_cpu_t));
kmem_free(sctps->sctps_sc, max_ncpus * sizeof (sctp_stats_cpu_t *));
sctps->sctps_sc[i] = kmem_zalloc(sizeof (sctp_stats_cpu_t),
sctp_stats_cpu_t **sctps_sc;