Searched refs:tcp_stats_cpu_t (Results 1 – 5 of 5) sorted by relevance
131 tcp_stats_cpu_t **tcps_sc;
218 } tcp_stats_cpu_t; typedef
663 tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t), in tcp_stack_cpu_add()
3864 tcps->tcps_sc = kmem_zalloc(max_ncpus * sizeof (tcp_stats_cpu_t *), in tcp_stack_init()3867 tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t), in tcp_stack_init()3930 kmem_free(tcps->tcps_sc[i], sizeof (tcp_stats_cpu_t)); in tcp_stack_fini()3931 kmem_free(tcps->tcps_sc, max_ncpus * sizeof (tcp_stats_cpu_t *)); in tcp_stack_fini()
450 tcp_stats_cpu_t *stats; in tcps_sc_walk_step()466 next = (char *)wsp->walk_addr + sizeof (tcp_stats_cpu_t *); in tcps_sc_walk_step()468 sizeof (tcp_stats_cpu_t *); in tcps_sc_walk_step()