Searched refs:tcp_stats_cpu_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stack.h124 tcp_stats_cpu_t **tcps_sc;
H A Dtcp_stats.h72 * tcp_stats_cpu_t struct. Once allocated, the tcp_stats_cpu_t struct is
140 * in tcp_stats_cpu_t instead of tcp_stat_t to save memory space.
206 } tcp_stats_cpu_t; typedef in typeref:struct:__anon4821
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c662 tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t),
H A Dtcp.c3814 * tcp_stats_cpu_t at system boot up time since it will be 1. While
3825 tcps->tcps_sc = kmem_zalloc(max_ncpus * sizeof (tcp_stats_cpu_t *),
3828 tcps->tcps_sc[i] = kmem_zalloc(sizeof (tcp_stats_cpu_t),
3886 kmem_free(tcps->tcps_sc[i], sizeof (tcp_stats_cpu_t));
3887 kmem_free(tcps->tcps_sc, max_ncpus * sizeof (tcp_stats_cpu_t *));
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c448 tcp_stats_cpu_t *stats;
456 mdb_warn("failed ot read tcp_stats_cpu_t at %p",
464 next = (char *)wsp->walk_addr + sizeof (tcp_stats_cpu_t *);
466 sizeof (tcp_stats_cpu_t *);

Completed in 96 milliseconds