Searched refs:tcp_sndbuf_autoscale (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_output.c | 511 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 D | tcp_var.h | 1065 void tcp_sndbuf_autoscale(struct tcpcb *, struct socket *, uint32_t);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1065 void tcp_sndbuf_autoscale(struct tcpcb *, struct socket *, uint32_t);
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 12550 tcp_sndbuf_autoscale(tp, so, min(tp->snd_wnd, cwnd_to_use)); in rack_output()
|
| H A D | bbr.c | 12669 tcp_sndbuf_autoscale(tp, so, sendwin); in bbr_output_wtime()
|