Searched refs:tcp_compute_pipe (Results 1 – 8 of 8) sorted by relevance
328 pipe = tcp_compute_pipe(ccv->tp); in htcp_cong_signal()382 pipe = tcp_compute_pipe(ccv->tp); in htcp_post_recovery()
408 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_post_recovery()503 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_cong_signal()
473 pipe = tcp_compute_pipe(ccv->tp); in cubic_cong_signal()537 pipe = tcp_compute_pipe(ccv->tp); in cubic_post_recovery()
297 pipe = tcp_compute_pipe(ccv->tp); in dctcp_cong_signal()
431 pipe = tcp_compute_pipe(ccv->tp); in newreno_cong_signal()
306 (tp->snd_cwnd < (tcp_compute_pipe(tp) * 2)))) in cc_ack_received()2663 awnd = tcp_compute_pipe(tp); in tcp_do_segment()2755 tp->snd_cwnd = tcp_compute_pipe(tp) + in tcp_do_segment()4096 pipe = tcp_compute_pipe(tp); in tcp_do_prr_ack()4198 tcp_compute_pipe(struct tcpcb *tp) in tcp_compute_pipe() function
300 cwin = imax(sendwin - tcp_compute_pipe(tp), 0); in tcp_default_output()426 imax(tcp_compute_pipe(tp), off), 0); in tcp_default_output()
1520 int tcp_compute_pipe(struct tcpcb *);