Searched refs:prev_tcpstats (Results 1 – 1 of 1) sorted by relevance
1148 struct necp_tcp_stats *prev_tcpstats = (struct necp_tcp_stats *)&kstats->necp_stats_comm; in necp_client_collect_stats() local1150 …u_int32_t d_##field = (curr_tcpstats->necp_tcp_counts.necp_stat_##field - prev_tcpstats->necp_tcp_… in necp_client_collect_stats()1151 prev_tcpstats->necp_tcp_counts.necp_stat_##field += d_##field; in necp_client_collect_stats()1164 …uint32_t rtt = prev_tcpstats->necp_tcp_counts.necp_stat_avg_rtt = curr_tcpstats->necp_tcp_counts.n… in necp_client_collect_stats()1165 …uint32_t rtt_var = prev_tcpstats->necp_tcp_counts.necp_stat_var_rtt = curr_tcpstats->necp_tcp_coun… in necp_client_collect_stats()