Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/vmw_vmci/ !
Dvmci_route.c22 bool from_guest, in vmci_route() argument
53 if (from_guest) in vmci_route()
111 if (!from_guest && has_guest_device) { in vmci_route()
136 if (from_guest) in vmci_route()
162 if (from_guest) in vmci_route()
Dvmci_route.h20 bool from_guest, enum vmci_route *route);
Dvmci_datagram.h41 bool from_guest);
Dvmci_datagram.c315 struct vmci_datagram *dg, bool from_guest) in vmci_datagram_dispatch() argument
329 retval = vmci_route(&dg->src, &dg->dst, from_guest, &route); in vmci_datagram_dispatch()