Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h116 kstat_named_t tcp_lso_times; member
172 uint64_t tcp_lso_times; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c990 stats->tcp_lso_times.value.ui64 = 0; in tcp_clr_stats()
1077 to->tcp_lso_times.value.ui64 += in tcp_add_stats()
1078 from->tcp_lso_times; in tcp_add_stats()
H A Dtcp_output.c2228 TCP_STAT(tcps, tcp_lso_times); in tcp_send()