Home
last modified time | relevance | path

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

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