Symbol: virtio_transport
drivers/vhost/vsock.c
422
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
550
static struct virtio_transport virtio_transport = {
net/vmw_vsock/virtio_transport.c
680
virtio_transport_recv_pkt(&virtio_transport, skb, NULL);
net/vmw_vsock/virtio_transport.c
752
vsock_for_each_connected_socket(&virtio_transport.transport,
net/vmw_vsock/virtio_transport.c
950
ret = vsock_core_register(&virtio_transport.transport,
net/vmw_vsock/virtio_transport.c
962
vsock_core_unregister(&virtio_transport.transport);
net/vmw_vsock/virtio_transport.c
971
vsock_core_unregister(&virtio_transport.transport);
net/vmw_vsock/virtio_transport_common.c
1175
static int virtio_transport_reset_no_sock(const struct virtio_transport *t,
net/vmw_vsock/virtio_transport_common.c
1531
struct virtio_transport *t)
net/vmw_vsock/virtio_transport_common.c
1608
void virtio_transport_recv_pkt(struct virtio_transport *t,
net/vmw_vsock/virtio_transport_common.c
33
static const struct virtio_transport *
net/vmw_vsock/virtio_transport_common.c
336
const struct virtio_transport *t_ops;
net/vmw_vsock/virtio_transport_common.c
41
return container_of(t, struct virtio_transport, transport);
net/vmw_vsock/virtio_transport_common.c
44
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 = {