Searched refs:tcp_lso_times (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h115 kstat_named_t tcp_lso_times; member in struct:tcp_stat
171 uint64_t tcp_lso_times; member in struct:tcp_stat_counter_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c722 { "tcp_lso_times", KSTAT_DATA_UINT64, 0 },
929 stats->tcp_lso_times.value.ui64 = 0;
1016 to->tcp_lso_times.value.ui64 +=
1017 from->tcp_lso_times;
H A Dtcp_output.c2194 TCP_STAT(tcps, tcp_lso_times);

Completed in 54 milliseconds