Lines Matching full:it
18 * devices. Will set the source context if it is invalid.
33 * which comes from the VMX, so we know it is coming from a in vmci_route()
50 * cannot send it to the hypervisor. It must come in vmci_route()
69 * respect it (both context and resource are invalid). in vmci_route()
72 * should set the real context here before passing it in vmci_route()
87 * If it is not from a guest but we are acting as a in vmci_route()
88 * guest, then we need to send it down to the host. in vmci_route()
99 * itself, but it will never send datagrams to in vmci_route()
116 /* Send it from local client down to the host. */ in vmci_route()
122 * Otherwise we already received it from a guest and in vmci_route()
123 * it is destined for a local client on this host, or in vmci_route()
124 * it is from another local client on this host. We in vmci_route()
125 * must be acting as a host to service it. in vmci_route()
132 * If it came from a guest then it must have a in vmci_route()
152 /* It will have a context if it is meant for a guest. */ in vmci_route()
156 * If it came from a guest then it in vmci_route()
179 /* Pass it up to the guest. */ in vmci_route()
186 * send it down, since we have no guest in vmci_route()
196 * we need to send it down to the host. We do not filter out VM to in vmci_route()
213 * Send it from local client down to the host, which will in vmci_route()
214 * route it to the other guest for us. in vmci_route()