Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cc.c324 tp->t_pipeack_ind = 0; in tcp_clear_pipeack_state()
H A Dtcp_var.h671 uint8_t t_pipeack_ind; /* index for next pipeack sample */ member
H A Dtcp_input.c6542 tp->t_pipeack_sample[tp->t_pipeack_ind++] = in tcp_compute_rtt()
6544 tp->t_pipeack_ind %= TCP_PIPEACK_SAMPLE_COUNT; in tcp_compute_rtt()