Home
last modified time | relevance | path

Searched refs:tcpOutRsts (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dtp.h69 u32 tcpOutRsts; member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c606 tcpkp->outRsts.value.ui32 = tcp_mib.tcpOutRsts; in tcp_kstat_update()
830 to->tcpOutRsts += from->tcpOutRsts; in tcp_add_mib()
H A Dtcp_output.c2379 TCPS_BUMP_MIB(tcps, tcpOutRsts); in tcp_xmit_ctl()
2623 TCPS_BUMP_MIB(tcps, tcpOutRsts); in tcp_xmit_early_reset()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h159 u32 tcpOutRsts; member
H A Dt4_hw.c2775 v4->tcpOutRsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
2783 v6->tcpOutRsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
/titanic_41/usr/src/uts/common/inet/
H A Dmib2.h1224 Counter tcpOutRsts; member
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c5562 BUMP_MIB(tcp_mib.tcpOutRsts); in tcp_xmit_ctl()
6190 BUMP_MIB(tcp_mib.tcpOutRsts); in tcp_xmit_early_reset()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1343 MDIFF(d, t2, t1, tcpOutRsts); in mib_item_diff()
2320 prval("tcpOutRsts", tcp->tcpOutRsts); in print_tcp_stats()