Searched refs:sctp_stats_cpu_t (Results 1 – 4 of 4) sorted by relevance
108 } sctp_stats_cpu_t; typedef188 sctp_stats_cpu_t **sctps_sc;
272 sctps->sctps_sc[i] = kmem_zalloc(sizeof (sctp_stats_cpu_t), in sctp_stack_cpu_add()
1570 sctps->sctps_sc = kmem_zalloc(max_ncpus * sizeof (sctp_stats_cpu_t *), in sctp_stack_init()1573 sctps->sctps_sc[i] = kmem_zalloc(sizeof (sctp_stats_cpu_t), in sctp_stack_init()1645 kmem_free(sctps->sctps_sc[i], sizeof (sctp_stats_cpu_t)); in sctp_stack_fini()1646 kmem_free(sctps->sctps_sc, max_ncpus * sizeof (sctp_stats_cpu_t *)); in sctp_stack_fini()
1539 sctp_stats_cpu_t *stats; in sctps_sc_walk_step()1556 next = (char *)wsp->walk_addr + sizeof (sctp_stats_cpu_t *); in sctps_sc_walk_step()1558 sizeof (sctp_stats_cpu_t *); in sctps_sc_walk_step()