Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_cc.c291 tp->t_pipeack = tcp_get_max_pipeack(tp); in tcp_cc_adjust_nonvalidated_cwnd()
309 tcp_get_max_pipeack(struct tcpcb *tp) in tcp_get_max_pipeack() function
H A Dtcp_cc.h281 extern u_int32_t tcp_get_max_pipeack(struct tcpcb *tp);
H A Dtcp_input.c6480 pipe_ack_val = tcp_get_max_pipeack(tp); in tcp_compute_rtt()