Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_output.c510 tcp_sndbuf_autoscale(tp, so, sendwin); in tcp_default_output()
2131 tcp_sndbuf_autoscale(struct tcpcb *tp, struct socket *so, uint32_t sendwin) in tcp_sndbuf_autoscale() function
H A Dtcp_var.h1521 void tcp_sndbuf_autoscale(struct tcpcb *, struct socket *, uint32_t);
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12548 tcp_sndbuf_autoscale(tp, so, sendwin); in bbr_output_wtime()