Searched refs:tcp_compute_pipe (Results 1 – 8 of 8) sorted by relevance
328 pipe = tcp_compute_pipe(ccv->tp); in htcp_cong_signal()379 pipe = tcp_compute_pipe(ccv->tp); in htcp_post_recovery()
481 pipe = tcp_compute_pipe(ccv->tp); in cubic_cong_signal()546 pipe = tcp_compute_pipe(ccv->tp); in cubic_post_recovery()645 pipe = tcp_compute_pipe(ccv->tp); in cubic_get_ssthresh()
405 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_post_recovery()498 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_cong_signal()
297 pipe = tcp_compute_pipe(ccv->tp); in dctcp_cong_signal()
431 pipe = tcp_compute_pipe(ccv->tp); in newreno_cong_signal()
303 (tp->snd_cwnd < (tcp_compute_pipe(tp) * 2)))) in cc_ack_received()2639 awnd = tcp_compute_pipe(tp); in tcp_do_segment()2731 tp->snd_cwnd = tcp_compute_pipe(tp) + in tcp_do_segment()4074 pipe = tcp_compute_pipe(tp); in tcp_do_prr_ack()4176 tcp_compute_pipe(struct tcpcb *tp) in tcp_compute_pipe() function
297 cwin = imax(sendwin - tcp_compute_pipe(tp), 0); in tcp_default_output()423 imax(tcp_compute_pipe(tp), off), 0); in tcp_default_output()
1515 int tcp_compute_pipe(struct tcpcb *);