Searched refs:tcp_mss_update (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_var.h | 1460 void tcp_mss_update(struct tcpcb *, int, int, struct hc_metrics_lite *,
|
H A D | tcp_input.c | 3790 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, in tcp_mss_update() function 3959 tcp_mss_update(tp, offer, -1, &metrics, &cap); in tcp_mss()
|
H A D | tcp_output.c | 1719 tcp_mss_update(tp, -1, mtu, NULL, NULL); in tcp_default_output()
|
H A D | tcp_subr.c | 3326 tcp_mss_update(tp, -1, mtuoffer, NULL, NULL); in tcp_mtudisc()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 13803 tcp_mss_update(tp, -1, mtu, NULL, NULL); in bbr_output_wtime()
|
H A D | rack.c | 22418 tcp_mss_update(tp, -1, mtu, NULL, NULL); in rack_output()
|