Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h701 tcp_seq t_pipeack_lastuna; /* una when pipeack measurement started */ member
H A Dtcp_input.c6539 if (SEQ_GT(th->th_ack, tp->t_pipeack_lastuna)) { in tcp_compute_rtt()
6540 pipe_ack_val = th->th_ack - tp->t_pipeack_lastuna; in tcp_compute_rtt()
H A Dtcp_output.c2938 tp->t_pipeack_lastuna = tp->snd_una; in tcp_output()