Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A 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()
H A Dvmci_route.h20 bool from_guest, enum vmci_route *route);
H A Dvmci_datagram.h41 bool from_guest);
H A Dvmci_datagram.c316 struct vmci_datagram *dg, bool from_guest) in vmci_datagram_dispatch() argument
330 retval = vmci_route(&dg->src, &dg->dst, from_guest, &route); in vmci_datagram_dispatch()