Lines Matching refs:tcp_stream_result

1783   struct	tcp_stream_results_struct	*tcp_stream_result;  in send_tcp_stream()  local
1789 tcp_stream_result = in send_tcp_stream()
2172 tcp_stream_result->elapsed_time); in send_tcp_stream()
2195 bytes_sent = ntohd(tcp_stream_result->bytes_received); in send_tcp_stream()
2224 remote_cpu_utilization = tcp_stream_result->cpu_util; in send_tcp_stream()
2228 tcp_stream_result->num_cpus); in send_tcp_stream()
2293 remote_cpu_method = format_cpu_method(tcp_stream_result->cpu_method); in send_tcp_stream()
2396 bytes_sent / (double)tcp_stream_result->recv_calls, in send_tcp_stream()
2397 tcp_stream_result->recv_calls); in send_tcp_stream()
3165 struct tcp_stream_results_struct *tcp_stream_result; in send_tcp_mss() local
3171 tcp_stream_result = in send_tcp_mss()
3429 struct tcp_stream_results_struct *tcp_stream_result; in send_exs_tcp_stream() local
3435 tcp_stream_result = in send_exs_tcp_stream()
3885 bytes_sent = ntohd(tcp_stream_result->bytes_received); in send_exs_tcp_stream()
3910 remote_cpu_utilization = tcp_stream_result->cpu_util; in send_exs_tcp_stream()
3914 tcp_stream_result->num_cpus); in send_exs_tcp_stream()
3979 remote_cpu_method = format_cpu_method(tcp_stream_result->cpu_method); in send_exs_tcp_stream()
4072 bytes_sent / (double)tcp_stream_result->recv_calls, in send_exs_tcp_stream()
4073 tcp_stream_result->recv_calls); in send_exs_tcp_stream()
4194 struct tcp_stream_results_struct *tcp_stream_result; local
4200 tcp_stream_result =
4650 bytes_sent = ntohd(tcp_stream_result->bytes_received);
4676 remote_cpu_utilization = tcp_stream_result->cpu_util;
4680 tcp_stream_result->num_cpus);
4744 remote_cpu_method = format_cpu_method(tcp_stream_result->cpu_method);
4859 bytes_sent / (double)tcp_stream_result->recv_calls,
4860 tcp_stream_result->recv_calls);