Lines Matching refs:tcpstats

6004 	struct necp_tcp_stats *tcpstats = (struct necp_tcp_stats *)ustats_kaddr;  in necp_request_tcp_netstats()  local
6005 ASSERT(tcpstats != NULL); in necp_request_tcp_netstats()
6027 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_tcp_netstats()
6038 digestp->rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()
6039 digestp->txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()
6040 digestp->rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()
6041 digestp->rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()
6042 digestp->txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()
6044 digestp->state = tcpstats->necp_tcp_extra.state; in necp_request_tcp_netstats()
6045 digestp->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_tcp_netstats()
6046 digestp->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_tcp_netstats()
6047 digestp->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_tcp_netstats()
6048 digestp->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_tcp_netstats()
6049 digestp->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_tcp_netstats()
6050 digestp->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_tcp_netstats()
6069 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()
6070 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()
6072 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()
6073 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()
6074 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()
6076 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_tcp_netstats()
6077 countsp->nstat_avg_rtt = tcpstats->necp_tcp_counts.necp_stat_avg_rtt; in necp_request_tcp_netstats()
6078 countsp->nstat_var_rtt = tcpstats->necp_tcp_counts.necp_stat_var_rtt; in necp_request_tcp_netstats()
6080 countsp->nstat_connectattempts = tcpstats->necp_tcp_extra.state >= TCPS_SYN_SENT ? 1 : 0; in necp_request_tcp_netstats()
6081 countsp->nstat_connectsuccesses = tcpstats->necp_tcp_extra.state >= TCPS_ESTABLISHED ? 1 : 0; in necp_request_tcp_netstats()
6122 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_tcp_netstats()
6127 desc->rcvbufsize = tcpstats->necp_tcp_basic.rcvbufsize; in necp_request_tcp_netstats()
6128 desc->rcvbufused = tcpstats->necp_tcp_basic.rcvbufused; in necp_request_tcp_netstats()
6131 desc->sndbufsize = tcpstats->necp_tcp_extra.sndbufsize; in necp_request_tcp_netstats()
6132 desc->sndbufused = tcpstats->necp_tcp_extra.sndbufused; in necp_request_tcp_netstats()
6133 desc->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_tcp_netstats()
6134 desc->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_tcp_netstats()
6135 desc->txcwindow = tcpstats->necp_tcp_extra.txcwindow; in necp_request_tcp_netstats()
6136 desc->traffic_mgt_flags = tcpstats->necp_tcp_extra.traffic_mgt_flags; in necp_request_tcp_netstats()
6137 desc->state = tcpstats->necp_tcp_extra.state; in necp_request_tcp_netstats()
6139 u_int32_t cc_alg_index = tcpstats->necp_tcp_extra.cc_alg_index; in necp_request_tcp_netstats()
6146 desc->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_tcp_netstats()
6147 desc->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_tcp_netstats()
6148 desc->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_tcp_netstats()
6149 desc->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_tcp_netstats()