Searched refs:tcp_stats_cpu_t (Results 1 – 5 of 5) sorted by relevance
124 tcp_stats_cpu_t **tcps_sc;
206 } tcp_stats_cpu_t; typedef
662 tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t), in tcp_stack_cpu_add()
3825 tcps->tcps_sc = kmem_zalloc(max_ncpus * sizeof (tcp_stats_cpu_t *), in tcp_stack_init()3828 tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t), in tcp_stack_init()3886 kmem_free(tcps->tcps_sc[i], sizeof (tcp_stats_cpu_t)); in tcp_stack_fini()3887 kmem_free(tcps->tcps_sc, max_ncpus * sizeof (tcp_stats_cpu_t *)); in tcp_stack_fini()
448 tcp_stats_cpu_t *stats; in tcps_sc_walk_step()464 next = (char *)wsp->walk_addr + sizeof (tcp_stats_cpu_t *); in tcps_sc_walk_step()466 sizeof (tcp_stats_cpu_t *); in tcps_sc_walk_step()