Searched refs:tcp_stat_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h70 * Both the MIB2 and tcp_stat_t counters are kept per CPU in the array
136 } tcp_stat_t; typedef in typeref:struct:tcp_stat
139 * This struct contains only the counter part of tcp_stat_t. It is used
140 * in tcp_stats_cpu_t instead of tcp_stat_t to save memory space.
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c46 static void tcp_add_stats(tcp_stat_counter_t *, tcp_stat_t *);
47 static void tcp_clr_stats(tcp_stat_t *);
693 tcp_stat_t template = {
777 * Sum up all per CPU tcp_stat_t kstat counters.
785 tcp_stat_t *stats;
801 stats = (tcp_stat_t *)kp->ks_data;
896 * To set all tcp_stat_t counters to 0.
899 tcp_clr_stats(tcp_stat_t *stats)
955 * tcp_stat_t.
958 tcp_add_stats(tcp_stat_counter_t *from, tcp_stat_t *t
[all...]

Completed in 59 milliseconds