Home
last modified time | relevance | path

Searched refs:virtio_transport_shutdown (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/vmw_vsock/
Dvsock_loopback.c76 .shutdown = virtio_transport_shutdown,
Dvirtio_transport_common.c635 int virtio_transport_shutdown(struct vsock_sock *vsk, int mode) in virtio_transport_shutdown() function
649 EXPORT_SYMBOL_GPL(virtio_transport_shutdown);
829 (void)virtio_transport_shutdown(vsk, SHUTDOWN_MASK); in virtio_transport_close()
Dvirtio_transport.c461 .shutdown = virtio_transport_shutdown,
/kernel/linux/linux-5.10/include/linux/
Dvirtio_vsock.h125 int virtio_transport_shutdown(struct vsock_sock *vsk, int mode);
/kernel/linux/linux-5.10/drivers/vhost/
Dvsock.c403 .shutdown = virtio_transport_shutdown,