Home
last modified time | relevance | path

Searched refs:tcp_compute_pipe (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/sys/netinet/cc/
HDcc_htcp.c328 pipe = tcp_compute_pipe(ccv->tp); in htcp_cong_signal()
379 pipe = tcp_compute_pipe(ccv->tp); in htcp_post_recovery()
HDcc.c405 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_post_recovery()
498 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_cong_signal()
HDcc_cubic.c473 pipe = tcp_compute_pipe(ccv->tp); in cubic_cong_signal()
534 pipe = tcp_compute_pipe(ccv->tp); in cubic_post_recovery()
HDcc_dctcp.c297 pipe = tcp_compute_pipe(ccv->tp); in dctcp_cong_signal()
HDcc_newreno.c431 pipe = tcp_compute_pipe(ccv->tp); in newreno_cong_signal()
/freebsd-head/sys/netinet/
HDtcp_input.c303 (tp->snd_cwnd < (tcp_compute_pipe(tp) * 2)))) in cc_ack_received()
2654 awnd = tcp_compute_pipe(tp); in tcp_do_segment()
2746 tp->snd_cwnd = tcp_compute_pipe(tp) + in tcp_do_segment()
4089 pipe = tcp_compute_pipe(tp); in tcp_do_prr_ack()
4191 tcp_compute_pipe(struct tcpcb *tp) in tcp_compute_pipe() function
HDtcp_output.c297 cwin = imax(sendwin - tcp_compute_pipe(tp), 0); in tcp_default_output()
423 imax(tcp_compute_pipe(tp), off), 0); in tcp_default_output()
HDtcp_var.h1516 int tcp_compute_pipe(struct tcpcb *);