Home
last modified time | relevance | path

Searched refs:rescind (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/hv/
Dchannel_mgmt.c481 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
486 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
487 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
490 hv_process_channel_removal(NULL, rescind->child_relid); in vmbus_onoffer_rescind()
495 channel->rescind = true; in vmbus_onoffer_rescind()
Dchannel.c546 if (channel->rescind) in vmbus_close_internal()
/linux-4.1.27/include/linux/
Dhyperv.h666 bool rescind; /* got rescind msg */ member
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c769 if (out_channel->rescind) in netvsc_send_pkt()