Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_htcp.c328 pipe = tcp_compute_pipe(ccv->tp); in htcp_cong_signal()
379 pipe = tcp_compute_pipe(ccv->tp); in htcp_post_recovery()
H A Dcc_cubic.c481 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()
H A Dcc.c405 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_post_recovery()
498 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_cong_signal()
H A Dcc_dctcp.c297 pipe = tcp_compute_pipe(ccv->tp); in dctcp_cong_signal()
H A Dcc_newreno.c431 pipe = tcp_compute_pipe(ccv->tp); in newreno_cong_signal()
/freebsd/sys/netinet/
H A Dtcp_input.c303 (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
H A Dtcp_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()
H A Dtcp_var.h1515 int tcp_compute_pipe(struct tcpcb *);