Searched refs:pipe_ack_val (Results 1 – 1 of 1) sorted by relevance
6459 u_int32_t pipe_ack_val; in tcp_compute_rtt() local6473 pipe_ack_val = th->th_ack - tp->t_pipeack_lastuna; in tcp_compute_rtt()6476 pipe_ack_val; in tcp_compute_rtt()6480 pipe_ack_val = tcp_get_max_pipeack(tp); in tcp_compute_rtt()6481 tp->t_pipeack = (pipe_ack_val > in tcp_compute_rtt()6483 pipe_ack_val : 0; in tcp_compute_rtt()