Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cc.c289 tp->t_pipeack = tcp_get_max_pipeack(tp); in tcp_cc_adjust_nonvalidated_cwnd()
307 tcp_get_max_pipeack(struct tcpcb *tp) in tcp_get_max_pipeack() function
H A Dtcp_cc.h274 extern u_int32_t tcp_get_max_pipeack(struct tcpcb *tp);
H A Dtcp_input.c6118 pipe_ack_val = tcp_get_max_pipeack(tp); in tcp_compute_rtt()