from_guest        315 drivers/misc/vmw_vmci/vmci_datagram.c 			   struct vmci_datagram *dg, bool from_guest)
from_guest        329 drivers/misc/vmw_vmci/vmci_datagram.c 	retval = vmci_route(&dg->src, &dg->dst, from_guest, &route);
from_guest         41 drivers/misc/vmw_vmci/vmci_datagram.h 			   bool from_guest);
from_guest         22 drivers/misc/vmw_vmci/vmci_route.c 	       bool from_guest,
from_guest         53 drivers/misc/vmw_vmci/vmci_route.c 		if (from_guest)
from_guest        111 drivers/misc/vmw_vmci/vmci_route.c 		if (!from_guest && has_guest_device) {
from_guest        136 drivers/misc/vmw_vmci/vmci_route.c 			if (from_guest)
from_guest        162 drivers/misc/vmw_vmci/vmci_route.c 				if (from_guest)
from_guest         20 drivers/misc/vmw_vmci/vmci_route.h 	       bool from_guest, enum vmci_route *route);