Searched refs:tcp_get_max_pipeack (Results 1 – 3 of 3) sorted by relevance
291 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
281 extern u_int32_t tcp_get_max_pipeack(struct tcpcb *tp);
6480 pipe_ack_val = tcp_get_max_pipeack(tp); in tcp_compute_rtt()