Symbol: virtio_transport
drivers/vhost/vsock.c
450
static struct virtio_transport vhost_transport = {
include/linux/virtio_vsock.h
283
void virtio_transport_recv_pkt(struct virtio_transport *t,
net/vmw_vsock/virtio_transport.c
28
static struct virtio_transport virtio_transport; /* forward declaration */
net/vmw_vsock/virtio_transport.c
442
vsock_for_each_connected_socket(&virtio_transport.transport,
net/vmw_vsock/virtio_transport.c
556
static struct virtio_transport virtio_transport = {
net/vmw_vsock/virtio_transport.c
687
virtio_transport_recv_pkt(&virtio_transport, skb, NULL);
net/vmw_vsock/virtio_transport.c
759
vsock_for_each_connected_socket(&virtio_transport.transport,
net/vmw_vsock/virtio_transport.c
957
ret = vsock_core_register(&virtio_transport.transport,
net/vmw_vsock/virtio_transport.c
969
vsock_core_unregister(&virtio_transport.transport);
net/vmw_vsock/virtio_transport.c
978
vsock_core_unregister(&virtio_transport.transport);
net/vmw_vsock/virtio_transport_common.c
1308
static int virtio_transport_reset_no_sock(const struct virtio_transport *t,
net/vmw_vsock/virtio_transport_common.c
1695
struct virtio_transport *t)
net/vmw_vsock/virtio_transport_common.c
1770
void virtio_transport_recv_pkt(struct virtio_transport *t,
net/vmw_vsock/virtio_transport_common.c
304
const struct virtio_transport *t_ops;
net/vmw_vsock/virtio_transport_common.c
40
static const struct virtio_transport *
net/vmw_vsock/virtio_transport_common.c
48
return container_of(t, struct virtio_transport, transport);
net/vmw_vsock/virtio_transport_common.c
51
static bool virtio_transport_can_zcopy(const struct virtio_transport *t_ops,
net/vmw_vsock/vsock_loopback.c
63
static struct virtio_transport loopback_transport = {