Lines Matching refs:t_maxseg
558 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()
588 if (len >= tp->t_maxseg) in tcp_default_output()
602 len) >= tp->t_maxseg) in tcp_default_output()
684 if (adv >= (int32_t)(2 * tp->t_maxseg) && in tcp_default_output()
687 so->so_rcv.sb_hiwat <= 8 * tp->t_maxseg || in tcp_default_output()
763 if (len >= tp->t_maxseg) in tcp_default_output()
902 if (len + optlen + ipoptlen > tp->t_maxseg) { in tcp_default_output()
944 max_len = tp->t_maxseg - optlen - ipsec_optlen; in tcp_default_output()
974 if (optlen + ipoptlen >= tp->t_maxseg) { in tcp_default_output()
988 len = tp->t_maxseg - optlen - ipoptlen; in tcp_default_output()
1098 if (len <= (tp->t_maxseg - optlen)) { in tcp_default_output()
1278 recwin < tp->t_maxseg) in tcp_default_output()
1402 KASSERT(len > tp->t_maxseg - optlen - ipsec_optlen, in tcp_default_output()
1405 m->m_pkthdr.tso_segsz = tp->t_maxseg - optlen - ipsec_optlen; in tcp_default_output()
1456 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_default_output()
1494 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_default_output()