Home
last modified time | relevance | path

Searched refs:tcp_mss_update (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h1460 void tcp_mss_update(struct tcpcb *, int, int, struct hc_metrics_lite *,
H A Dtcp_input.c3790 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 Dtcp_output.c1719 tcp_mss_update(tp, -1, mtu, NULL, NULL); in tcp_default_output()
H A Dtcp_subr.c3326 tcp_mss_update(tp, -1, mtuoffer, NULL, NULL); in tcp_mtudisc()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c13803 tcp_mss_update(tp, -1, mtu, NULL, NULL); in bbr_output_wtime()
H A Drack.c22418 tcp_mss_update(tp, -1, mtu, NULL, NULL); in rack_output()