Home
last modified time | relevance | path

Searched refs:t_maxopd (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_output.c832 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()
833 if (tp->t_maxopd <= optlen + ipoptlen) { in tcp_output()
840 tp, tp->t_maxopd); in tcp_output()
846 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()
1441 if (tp->t_maxopd <= optlen + ipoptlen) in tcp_tso_getsize()
1444 *segsz = tp->t_maxopd - optlen - ipoptlen; in tcp_tso_getsize()
H A Dtcp_subr.c731 tp->t_maxseg = tp->t_maxopd = isipv6 ? tcp_v6mssdflt : tcp_mssdflt; in tcp_newtcpcb()
1805 oldmtu = tp->t_maxopd + in tcp_mtudisc()
1850 if (tp->t_maxopd <= maxopd) in tcp_mtudisc()
1852 tp->t_maxopd = maxopd; in tcp_mtudisc()
H A Dtcp_var.h227 u_int t_maxopd; /* mss plus options */ member
H A Dtcp_input.c2973 tp->t_maxopd = tp->t_maxseg = in tcp_rmx_mss()
3037 tp->t_maxopd = mss; in tcp_rmx_mss()