Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp_stats.h133 kstat_named_t tcp_push_timer_cnt; member
189 uint64_t tcp_push_timer_cnt; member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c948 stats->tcp_push_timer_cnt.value.ui64 = 0; in tcp_clr_stats()
1052 to->tcp_push_timer_cnt.value.ui64 += in tcp_add_stats()
1053 from->tcp_push_timer_cnt; in tcp_add_stats()
H A Dtcp_timers.c541 TCP_DBGSTAT(tcp->tcp_tcps, tcp_push_timer_cnt); in tcp_push_timer()