Searched refs:tcpConnEntryInfo (Results 1 – 3 of 3) sorted by relevance
312 tce.tcpConnEntryInfo.ce_snxt = in tcp_snmp_get()314 tce.tcpConnEntryInfo.ce_suna = in tcp_snmp_get()316 tce.tcpConnEntryInfo.ce_rnxt = in tcp_snmp_get()318 tce.tcpConnEntryInfo.ce_rack = in tcp_snmp_get()327 tce.tcpConnEntryInfo.ce_snxt = in tcp_snmp_get()329 tce.tcpConnEntryInfo.ce_suna = 0; in tcp_snmp_get()330 tce.tcpConnEntryInfo.ce_rnxt = in tcp_snmp_get()332 tce.tcpConnEntryInfo.ce_rack = 0; in tcp_snmp_get()335 tce.tcpConnEntryInfo.ce_swnd = tcp->tcp_swnd; in tcp_snmp_get()336 tce.tcpConnEntryInfo.ce_rwnd = tcp->tcp_rwnd; in tcp_snmp_get()[all …]
4857 if (!(Aflag || tp->tcpConnEntryInfo.ce_state >= TCPS_ESTABLISHED)) in tcp_report_item_v4()4872 tp->tcpConnEntryInfo.ce_swnd, in tcp_report_item_v4()4873 tp->tcpConnEntryInfo.ce_snxt, in tcp_report_item_v4()4874 tp->tcpConnEntryInfo.ce_suna, in tcp_report_item_v4()4875 tp->tcpConnEntryInfo.ce_rwnd, in tcp_report_item_v4()4876 tp->tcpConnEntryInfo.ce_rnxt, in tcp_report_item_v4()4877 tp->tcpConnEntryInfo.ce_rack, in tcp_report_item_v4()4878 tp->tcpConnEntryInfo.ce_rto, in tcp_report_item_v4()4879 tp->tcpConnEntryInfo.ce_mss, in tcp_report_item_v4()4880 mitcp_state(tp->tcpConnEntryInfo.ce_state, attr)); in tcp_report_item_v4()[all …]
1375 } tcpConnEntryInfo; member