Home
last modified time | relevance | path

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

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