Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c364 SET_MIB(tcp_mib.tcpConnTableSize, tce_size); in tcp_snmp_get()
595 SET_MIB(tcp_mib.tcpConnTableSize, sizeof (mib2_tcpConnEntry_t)); in tcp_kstat_update()
605 tcpkp->connTableSize.value.i32 = tcp_mib.tcpConnTableSize; in tcp_kstat_update()
/titanic_44/usr/src/uts/common/inet/
H A Dmib2.h1221 int tcpConnTableSize; /* Size of tcpConnEntry_t */ member
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1837 tcpConnEntrySize = tcp->tcpConnTableSize; in mib_get_constants()