Searched refs:offer (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c3628 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, argument
3647 KASSERT(offer == -1, ("%s: conflict", __func__));
3648 offer = mtuoffer - min_protoh;
3683 switch (offer) {
3690 offer = tp->t_maxseg;
3704 offer = max(offer, V_tcp_minmss);
3759 mss = min(mss, offer);
3775 tcp_mss(struct tcpcb *tp, int offer) argument
3787 tcp_mss_update(tp, offer,
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c3153 pf_calc_mss(struct pf_addr *addr, sa_family_t af, int rtableid, u_int16_t offer) argument
3185 mss = min(mss, offer);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1552 device_printf(sc->vmbus_dev, "got chan0 offer, discard\n");
1555 device_printf(sc->vmbus_dev, "invalid chan%u offer\n",
1635 vmbus_chan_printf(newchan, "chan%u subidx%u offer\n",
1691 const struct vmbus_chanmsg_choffer *offer; local
1696 offer = (const struct vmbus_chanmsg_choffer *)msg->msg_data;
1701 offer->chm_chanid);
1705 chan->ch_id = offer->chm_chanid;
1706 chan->ch_subidx = offer->chm_subidx;
1707 chan->ch_guid_type = offer->chm_chtype;
1708 chan->ch_guid_inst = offer
[all...]

Completed in 116 milliseconds