Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h125 kstat_named_t tcp_reass_timeout; member
186 uint64_t tcp_reass_timeout; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c1004 stats->tcp_reass_timeout.value.ui64 = 0; in tcp_clr_stats()
1104 to->tcp_reass_timeout.value.ui64 += in tcp_add_stats()
1105 from->tcp_reass_timeout; in tcp_add_stats()
H A Dtcp_timers.c531 TCP_STAT(tcp->tcp_tcps, tcp_reass_timeout); in tcp_reass_timer()