Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cc.c509 tp->t_pipeack_ind = 0; in tcp_clear_pipeack_state()
H A Dtcp_var.h532 uint8_t t_pipeack_ind; /* index for next pipeack sample */ member
H A Dtcp_input.c5826 tp->t_pipeack_sample[tp->t_pipeack_ind++] = in tcp_compute_rtt()
5828 tp->t_pipeack_ind %= TCP_PIPEACK_SAMPLE_COUNT; in tcp_compute_rtt()