Home
last modified time | relevance | path

Searched refs:pipe_ack_val (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c6459 u_int32_t pipe_ack_val; in tcp_compute_rtt() local
6473 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()