Searched refs:t_maxopd (Results 1 – 4 of 4) sorted by relevance
114 tp->t_maxseg = tp->t_maxopd = in initialize_tcb()
315 (tlen <= tp->t_maxopd) && \2847 tp->t_maxopd = tp->t_maxseg = V_tcp_v6mssdflt; in tcp_mss_update()2871 offer = tp->t_maxopd; in tcp_mss_update()2947 tp->t_maxopd = mss; in tcp_mss_update()
742 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()747 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()
254 uint32_t t_maxopd; /* mss plus options */ member