Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_newreno.c306 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in newreno_post_recovery()
H A Dcc_htcp.c370 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in htcp_post_recovery()
H A Dcc_cubic.c377 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in cubic_post_recovery()
/f-stack/freebsd/netinet/
H A Dtcp_input.c326 (tp->snd_cwnd < (tcp_compute_pipe(tp) * 2)))) in cc_ack_received()
2591 pipe = tcp_compute_pipe(tp); in tcp_do_segment()
2633 awnd = tcp_compute_pipe(tp); in tcp_do_segment()
3938 pipe = tcp_compute_pipe(tp); in tcp_prr_partialack()
4014 tcp_compute_pipe(struct tcpcb *tp) in tcp_compute_pipe() function
H A Dtcp_var.h1063 int tcp_compute_pipe(struct tcpcb *);
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1063 int tcp_compute_pipe(struct tcpcb *);