Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c236 channel->rescind = true; in vmbus_free_channels()
579 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
584 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
585 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
588 hv_process_channel_removal(NULL, rescind->child_relid); in vmbus_onoffer_rescind()
593 channel->rescind = true; in vmbus_onoffer_rescind()
Dchannel.c555 if (channel->rescind) in vmbus_close_internal()
/linux-4.4.14/include/linux/
Dhyperv.h656 bool rescind; /* got rescind msg */ member
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c781 if (out_channel->rescind) in netvsc_send_pkt()