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