Searched refs:offer (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_input.c3403 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, argument
3423 KASSERT(offer == -1, ("%s: conflict", __func__));
3424 offer = mtuoffer - min_protoh;
3426 origoffer = offer;
3460 switch (offer) {
3467 offer = tp->t_maxopd;
3481 offer = max(offer, V_tcp_minmss);
3536 mss = min(mss, offer);
3568 tcp_mss(struct tcpcb *tp, int offer) argument
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c3190 pf_calc_mss(struct pf_addr *addr, sa_family_t af, int rtableid, u_int16_t offer) argument
3253 mss = min(mss, offer);

Completed in 112 milliseconds