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

/freebsd-10.2-release/sys/dev/hyperv/vmbus/
H A Dhv_channel_mgmt.c215 * @brief Rescind the offer by initiating a device removal
285 * @brief Process the offer by creating a channel/device
286 * associated with this offer
301 * Make sure this is a new offer
308 if (memcmp(&channel->offer_msg.offer.interface_type,
309 &new_channel->offer_msg.offer.interface_type,
311 memcmp(&channel->offer_msg.offer.interface_instance,
312 &new_channel->offer_msg.offer.interface_instance,
334 if (new_channel->offer_msg.offer.sub_channel_index != 0) {
336 * It is a sub channel offer, proces
476 hv_vmbus_channel_offer_channel* offer; local
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dtcp_input.c3401 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, argument
3421 KASSERT(offer == -1, ("%s: conflict", __func__));
3422 offer = mtuoffer - min_protoh;
3424 origoffer = offer;
3458 switch (offer) {
3465 offer = tp->t_maxopd;
3479 offer = max(offer, V_tcp_minmss);
3534 mss = min(mss, offer);
3566 tcp_mss(struct tcpcb *tp, int offer) argument
[all...]
/freebsd-10.2-release/sys/dev/hyperv/include/
H A Dhyperv.h142 * fundamental information about an offer.
372 hv_vmbus_channel_offer offer; member in struct:__anon8896
433 * ID making a particular open request at a channel offer unique.
802 * The initial offer is considered the primary channel and this
803 * offer message will indicate if the host supports multi-channels.
813 * process context when a Multi-channel offer is received from the host.
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf.c2983 pf_calc_mss(struct pf_addr *addr, sa_family_t af, int rtableid, u_int16_t offer) argument
3029 mss = min(mss, offer);

Completed in 116 milliseconds