Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c84 .seqpacket_has_data = virtio_transport_seqpacket_has_data,
H A Dvirtio_transport_common.c858 u32 virtio_transport_seqpacket_has_data(struct vsock_sock *vsk) in virtio_transport_seqpacket_has_data() function
869 EXPORT_SYMBOL_GPL(virtio_transport_seqpacket_has_data);
H A Dvirtio_transport.c570 .seqpacket_has_data = virtio_transport_seqpacket_has_data,
/linux/include/linux/
H A Dvirtio_vsock.h195 u32 virtio_transport_seqpacket_has_data(struct vsock_sock *vsk);
/linux/drivers/vhost/
H A Dvsock.c437 .seqpacket_has_data = virtio_transport_seqpacket_has_data,