Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dtcp_stats.h115 kstat_named_t tcp_lso_times; member
171 uint64_t tcp_lso_times; member
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c929 stats->tcp_lso_times.value.ui64 = 0; in tcp_clr_stats()
1016 to->tcp_lso_times.value.ui64 += in tcp_add_stats()
1017 from->tcp_lso_times; in tcp_add_stats()
H A Dtcp_output.c2194 TCP_STAT(tcps, tcp_lso_times); in tcp_send()