Lines Matching full:transport
30 const struct vsock_transport *transport; member
73 /* Private to transport. */
81 /**** TRANSPORT ****/
84 u64 data1; /* Transport-defined. */
85 u64 data2; /* Transport-defined. */
90 u64 data1; /* Transport-defined. */
91 u64 data2; /* Transport-defined. */
94 /* Transport features flags */
95 /* Transport provides host->guest communication */
97 /* Transport provides guest->host communication */
99 /* Transport provides DGRAM communication */
101 /* Transport provides local (loopback) communication */
172 /* The transport may downcast this to access transport-specific functions */