Lines Matching refs:tcpstats

6210 	struct necp_tcp_stats *tcpstats = (struct necp_tcp_stats *)ustats_kaddr;  in necp_request_tcp_netstats()  local
6211 ASSERT(tcpstats != NULL); in necp_request_tcp_netstats()
6233 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_tcp_netstats()
6244 digestp->rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()
6245 digestp->txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()
6246 digestp->rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()
6247 digestp->rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()
6248 digestp->txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()
6250 digestp->state = tcpstats->necp_tcp_extra.state; in necp_request_tcp_netstats()
6251 digestp->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_tcp_netstats()
6252 digestp->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_tcp_netstats()
6253 digestp->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_tcp_netstats()
6254 digestp->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_tcp_netstats()
6255 digestp->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_tcp_netstats()
6256 digestp->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_tcp_netstats()
6275 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()
6276 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()
6278 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()
6279 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()
6280 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()
6282 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_tcp_netstats()
6283 countsp->nstat_avg_rtt = tcpstats->necp_tcp_counts.necp_stat_avg_rtt; in necp_request_tcp_netstats()
6284 countsp->nstat_var_rtt = tcpstats->necp_tcp_counts.necp_stat_var_rtt; in necp_request_tcp_netstats()
6286 countsp->nstat_connectattempts = tcpstats->necp_tcp_extra.state >= TCPS_SYN_SENT ? 1 : 0; in necp_request_tcp_netstats()
6287 countsp->nstat_connectsuccesses = tcpstats->necp_tcp_extra.state >= TCPS_ESTABLISHED ? 1 : 0; in necp_request_tcp_netstats()
6328 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_tcp_netstats()
6333 desc->rcvbufsize = tcpstats->necp_tcp_basic.rcvbufsize; in necp_request_tcp_netstats()
6334 desc->rcvbufused = tcpstats->necp_tcp_basic.rcvbufused; in necp_request_tcp_netstats()
6337 desc->sndbufsize = tcpstats->necp_tcp_extra.sndbufsize; in necp_request_tcp_netstats()
6338 desc->sndbufused = tcpstats->necp_tcp_extra.sndbufused; in necp_request_tcp_netstats()
6339 desc->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_tcp_netstats()
6340 desc->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_tcp_netstats()
6341 desc->txcwindow = tcpstats->necp_tcp_extra.txcwindow; in necp_request_tcp_netstats()
6342 desc->traffic_mgt_flags = tcpstats->necp_tcp_extra.traffic_mgt_flags; in necp_request_tcp_netstats()
6343 desc->state = tcpstats->necp_tcp_extra.state; in necp_request_tcp_netstats()
6345 u_int32_t cc_alg_index = tcpstats->necp_tcp_extra.cc_alg_index; in necp_request_tcp_netstats()
6352 desc->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_tcp_netstats()
6353 desc->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_tcp_netstats()
6354 desc->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_tcp_netstats()
6355 desc->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_tcp_netstats()