Lines Matching full:transport
31 const struct vsock_transport *transport; member
74 /* Private to transport. */
83 /**** TRANSPORT ****/
86 u64 data1; /* Transport-defined. */
87 u64 data2; /* Transport-defined. */
92 u64 data1; /* Transport-defined. */
93 u64 data2; /* Transport-defined. */
96 /* Transport features flags */
97 /* Transport provides host->guest communication */
99 /* Transport provides guest->host communication */
101 /* Transport provides DGRAM communication */
103 /* Transport provides local (loopback) communication */
183 /* The transport may downcast this to access transport-specific functions */
211 void vsock_for_each_connected_socket(struct vsock_transport *transport,