Lines Matching refs:context
50 if (VMCI_INVALID_ID == dst->context) in vmci_route()
54 if (VMCI_HYPERVISOR_CONTEXT_ID == dst->context) { in vmci_route()
72 if (VMCI_HOST_CONTEXT_ID == src->context) in vmci_route()
83 if (VMCI_INVALID_ID == src->context && in vmci_route()
85 src->context = vmci_get_context_id(); in vmci_route()
93 if (VMCI_HOST_CONTEXT_ID == dst->context) { in vmci_route()
102 if (src->context == VMCI_HYPERVISOR_CONTEXT_ID) { in vmci_route()
121 if (VMCI_INVALID_ID == src->context) in vmci_route()
122 src->context = vmci_get_context_id(); in vmci_route()
138 if (VMCI_INVALID_ID == src->context) { in vmci_route()
147 src->context = VMCI_HOST_CONTEXT_ID; in vmci_route()
161 if (vmci_ctx_exists(dst->context)) { in vmci_route()
162 if (VMCI_INVALID_ID == src->context) { in vmci_route()
173 src->context = VMCI_HOST_CONTEXT_ID; in vmci_route()
174 } else if (VMCI_CONTEXT_IS_VM(src->context) && in vmci_route()
175 src->context != dst->context) { in vmci_route()
217 if (VMCI_INVALID_ID == src->context) in vmci_route()
218 src->context = vmci_get_context_id(); in vmci_route()