Searched refs:pipe_ack_val (Results 1 – 1 of 1) sorted by relevance
6526 u_int32_t pipe_ack_val; in tcp_compute_rtt() local6540 pipe_ack_val = th->th_ack - tp->t_pipeack_lastuna; in tcp_compute_rtt()6543 pipe_ack_val; in tcp_compute_rtt()6547 pipe_ack_val = tcp_get_max_pipeack(tp); in tcp_compute_rtt()6548 tp->t_pipeack = (pipe_ack_val > in tcp_compute_rtt()6550 pipe_ack_val : 0; in tcp_compute_rtt()