Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_input.c6092 u_int32_t pipe_ack_val; in tcp_compute_rtt() local
6106 pipe_ack_val = th->th_ack - tp->t_pipeack_lastuna; in tcp_compute_rtt()
6109 pipe_ack_val; in tcp_compute_rtt()
6113 pipe_ack_val = tcp_get_max_pipeack(tp); in tcp_compute_rtt()
6114 tp->t_pipeack = (pipe_ack_val > in tcp_compute_rtt()
6116 pipe_ack_val : 0; in tcp_compute_rtt()