Lines Matching refs:offer
1703 tcp_mss(struct tcpcb *tp, u_int offer)1710 DEBUG_ARG("offer = %d", offer);1713 if (offer)1714 mss = min(mss, offer);1716 if (mss < tp->t_maxseg || offer