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()
382 pipe = tcp_compute_pipe(ccv->tp); in htcp_post_recovery()
H A Dcc.c408 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_post_recovery()
503 pipe = tcp_compute_pipe(ccv->tp); in newreno_cc_cong_signal()
H A Dcc_cubic.c473 pipe = tcp_compute_pipe(ccv->tp); in cubic_cong_signal()
537 pipe = tcp_compute_pipe(ccv->tp); in cubic_post_recovery()
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.c306 (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
H A Dtcp_output.c300 cwin = imax(sendwin - tcp_compute_pipe(tp), 0); in tcp_default_output()
426 imax(tcp_compute_pipe(tp), off), 0); in tcp_default_output()
H A Dtcp_var.h1520 int tcp_compute_pipe(struct tcpcb *);