Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c224 tcp_ci2buf(&ce->tcp6ConnEntryInfo); in tcp_ipv6_ce2buf()
316 ce->tcp6ConnEntryInfo.ce_state != state->cws_filter.ca_state) { in tcp_ipv6_print()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5757 tp6->tcp6ConnEntryInfo.ce_swnd, in tcp_report_item_v6()
5758 tp6->tcp6ConnEntryInfo.ce_snxt, in tcp_report_item_v6()
5759 tp6->tcp6ConnEntryInfo.ce_suna, in tcp_report_item_v6()
5760 tp6->tcp6ConnEntryInfo.ce_rwnd, in tcp_report_item_v6()
5761 tp6->tcp6ConnEntryInfo.ce_rnxt, in tcp_report_item_v6()
5762 tp6->tcp6ConnEntryInfo.ce_rack, in tcp_report_item_v6()
5763 tp6->tcp6ConnEntryInfo.ce_rto, in tcp_report_item_v6()
5764 tp6->tcp6ConnEntryInfo.ce_mss, in tcp_report_item_v6()
5777 tp6->tcp6ConnEntryInfo.ce_swnd, in tcp_report_item_v6()
5779 tp6->tcp6ConnEntryInfo.ce_rwnd, in tcp_report_item_v6()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h1459 tcpConnEntryInfo_t tcp6ConnEntryInfo; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c308 tcp_set_conninfo(tcp, &tce6.tcp6ConnEntryInfo, in tcp_snmp_get()