Home
last modified time | relevance | path

Searched refs:can_msgzerocopy (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dvirtio_vsock.h172 bool (*can_msgzerocopy)(int bufs_num); member
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c64 if (t_ops->can_msgzerocopy) { in virtio_transport_can_zcopy()
68 return t_ops->can_msgzerocopy(pages_to_send + 1); in virtio_transport_can_zcopy()
H A Dvirtio_transport.c593 .can_msgzerocopy = virtio_transport_can_msgzerocopy,