Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dtcp_stats.h123 kstat_named_t tcp_reass_timeout; member
179 uint64_t tcp_reass_timeout; member
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c937 stats->tcp_reass_timeout.value.ui64 = 0; in tcp_clr_stats()
1032 to->tcp_reass_timeout.value.ui64 += in tcp_add_stats()
1033 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()