Home
last modified time | relevance | path

Searched refs:tcp_sndbuf_autoscale (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c511 tcp_sndbuf_autoscale(tp, so, sendwin); in tcp_output()
2076 tcp_sndbuf_autoscale(struct tcpcb *tp, struct socket *so, uint32_t sendwin) in tcp_sndbuf_autoscale() function
H A Dtcp_var.h1065 void tcp_sndbuf_autoscale(struct tcpcb *, struct socket *, uint32_t);
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1065 void tcp_sndbuf_autoscale(struct tcpcb *, struct socket *, uint32_t);
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12550 tcp_sndbuf_autoscale(tp, so, min(tp->snd_wnd, cwnd_to_use)); in rack_output()
H A Dbbr.c12669 tcp_sndbuf_autoscale(tp, so, sendwin); in bbr_output_wtime()