Lines Matching refs:tcpstats

6791 	struct necp_tcp_stats *tcpstats = (struct necp_tcp_stats *)ustats_kaddr;  in necp_request_nexus_tcp_netstats()  local
6792 ASSERT(tcpstats != NULL); in necp_request_nexus_tcp_netstats()
6827 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_nexus_tcp_netstats()
6837 digestp->rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_nexus_tcp_netstats()
6838 digestp->txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_nexus_tcp_netstats()
6839 digestp->rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()
6840 digestp->rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()
6841 digestp->txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()
6843 digestp->state = tcpstats->necp_tcp_extra.state; in necp_request_nexus_tcp_netstats()
6844 digestp->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_nexus_tcp_netstats()
6845 digestp->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_nexus_tcp_netstats()
6846 digestp->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_nexus_tcp_netstats()
6847 digestp->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_nexus_tcp_netstats()
6848 digestp->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_nexus_tcp_netstats()
6849 digestp->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_nexus_tcp_netstats()
6857 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_nexus_tcp_netstats()
6858 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_nexus_tcp_netstats()
6860 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()
6861 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()
6862 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()
6864 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_nexus_tcp_netstats()
6865 countsp->nstat_avg_rtt = tcpstats->necp_tcp_counts.necp_stat_avg_rtt; in necp_request_nexus_tcp_netstats()
6866 countsp->nstat_var_rtt = tcpstats->necp_tcp_counts.necp_stat_var_rtt; in necp_request_nexus_tcp_netstats()
6868 countsp->nstat_connectattempts = tcpstats->necp_tcp_extra.state >= TCPS_SYN_SENT ? 1 : 0; in necp_request_nexus_tcp_netstats()
6869 countsp->nstat_connectsuccesses = tcpstats->necp_tcp_extra.state >= TCPS_ESTABLISHED ? 1 : 0; in necp_request_nexus_tcp_netstats()
6889 …detailed_countsp->nstat_media_stats.ms_total.ts_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxby… in necp_request_nexus_tcp_netstats()
6890 …detailed_countsp->nstat_media_stats.ms_total.ts_txbytes = tcpstats->necp_tcp_counts.necp_stat_txby… in necp_request_nexus_tcp_netstats()
6891 …detailed_countsp->nstat_media_stats.ms_total.ts_rxpackets = tcpstats->necp_tcp_counts.necp_stat_rx… in necp_request_nexus_tcp_netstats()
6892 …detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = tcpstats->necp_tcp_counts.necp_stat_tx… in necp_request_nexus_tcp_netstats()
6894 detailed_countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()
6895 detailed_countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()
6896 detailed_countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()
6898 detailed_countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_nexus_tcp_netstats()
6899 detailed_countsp->nstat_avg_rtt = tcpstats->necp_tcp_counts.necp_stat_avg_rtt; in necp_request_nexus_tcp_netstats()
6900 detailed_countsp->nstat_var_rtt = tcpstats->necp_tcp_counts.necp_stat_var_rtt; in necp_request_nexus_tcp_netstats()
6940 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_nexus_tcp_netstats()
6945 desc->rcvbufsize = tcpstats->necp_tcp_basic.rcvbufsize; in necp_request_nexus_tcp_netstats()
6946 desc->rcvbufused = tcpstats->necp_tcp_basic.rcvbufused; in necp_request_nexus_tcp_netstats()
6949 desc->sndbufsize = tcpstats->necp_tcp_extra.sndbufsize; in necp_request_nexus_tcp_netstats()
6950 desc->sndbufused = tcpstats->necp_tcp_extra.sndbufused; in necp_request_nexus_tcp_netstats()
6951 desc->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_nexus_tcp_netstats()
6952 desc->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_nexus_tcp_netstats()
6953 desc->txcwindow = tcpstats->necp_tcp_extra.txcwindow; in necp_request_nexus_tcp_netstats()
6954 desc->traffic_mgt_flags = tcpstats->necp_tcp_extra.traffic_mgt_flags; in necp_request_nexus_tcp_netstats()
6955 desc->state = tcpstats->necp_tcp_extra.state; in necp_request_nexus_tcp_netstats()
6957 u_int32_t cc_alg_index = tcpstats->necp_tcp_extra.cc_alg_index; in necp_request_nexus_tcp_netstats()
6964 desc->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_nexus_tcp_netstats()
6965 desc->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_nexus_tcp_netstats()
6966 desc->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_nexus_tcp_netstats()
6967 desc->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_nexus_tcp_netstats()