Lines Matching refs:offer
1697 tcp_mss(struct tcpcb *tp, u_int offer)1704 DEBUG_ARG("offer = %d", offer);1707 if (offer)1708 mss = min(mss, offer);1710 if (mss < tp->t_maxseg || offer != 0)