Searched refs:tcp_mss_update (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1004 void tcp_mss_update(struct tcpcb *, int, int, struct hc_metrics_lite *,
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 1004 void tcp_mss_update(struct tcpcb *, int, int, struct hc_metrics_lite *,
|
| H A D | tcp_input.c | 3659 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, in tcp_mss_update() function 3818 tcp_mss_update(tp, offer, -1, &metrics, &cap); in tcp_mss()
|
| H A D | tcp_output.c | 1664 tcp_mss_update(tp, -1, mtu, NULL, NULL); in tcp_output()
|
| H A D | tcp_subr.c | 2915 tcp_mss_update(tp, -1, mtuoffer, NULL, NULL); in tcp_mtudisc()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 14003 tcp_mss_update(tp, -1, mtu, NULL, NULL); in rack_output()
|
| H A D | bbr.c | 14013 tcp_mss_update(tp, -1, mtu, NULL, NULL); in bbr_output_wtime()
|