Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_route.c30 bool from_guest, in vmci_route() argument
61 if (from_guest) in vmci_route()
119 if (!from_guest && has_guest_device) { in vmci_route()
144 if (from_guest) in vmci_route()
170 if (from_guest) in vmci_route()
Dvmci_route.h28 bool from_guest, enum vmci_route *route);
Dvmci_datagram.h49 bool from_guest);
Dvmci_datagram.c323 struct vmci_datagram *dg, bool from_guest) in vmci_datagram_dispatch() argument
337 retval = vmci_route(&dg->src, &dg->dst, from_guest, &route); in vmci_datagram_dispatch()