Home
last modified time | relevance | path

Searched refs:tcpConnEntryInfo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c210 tcp_ci2buf(&ce->tcpConnEntryInfo); in tcp_ipv4_ce2buf()
265 ce->tcpConnEntryInfo.ce_state != state->cws_filter.ca_state) { in tcp_ipv4_print()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5630 tp->tcpConnEntryInfo.ce_swnd, in tcp_report_item_v4()
5631 tp->tcpConnEntryInfo.ce_snxt, in tcp_report_item_v4()
5632 tp->tcpConnEntryInfo.ce_suna, in tcp_report_item_v4()
5633 tp->tcpConnEntryInfo.ce_rwnd, in tcp_report_item_v4()
5634 tp->tcpConnEntryInfo.ce_rnxt, in tcp_report_item_v4()
5635 tp->tcpConnEntryInfo.ce_rack, in tcp_report_item_v4()
5636 tp->tcpConnEntryInfo.ce_rto, in tcp_report_item_v4()
5637 tp->tcpConnEntryInfo.ce_mss, in tcp_report_item_v4()
5648 tp->tcpConnEntryInfo.ce_swnd, in tcp_report_item_v4()
5650 tp->tcpConnEntryInfo.ce_rwnd, in tcp_report_item_v4()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h1423 tcpConnEntryInfo_t tcpConnEntryInfo; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c362 tcp_set_conninfo(tcp, &tce.tcpConnEntryInfo, in tcp_snmp_get()