Searched refs:zcopy (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/events/ |
| H A D | vsock_virtio_transport_common.h | 47 bool zcopy 56 zcopy 67 __field(bool, zcopy) 78 __entry->zcopy = zcopy; 86 __entry->flags, __entry->zcopy ? "true" : "false")
|
| /linux/net/rds/ |
| H A D | message.c | 135 bool zcopy = false; in rds_message_purge() local 145 zcopy = true; in rds_message_purge() 157 if (!zcopy) in rds_message_purge() 460 bool zcopy) in rds_message_copy_from_user() argument 473 if (zcopy) in rds_message_copy_from_user()
|
| H A D | send.c | 1144 bool zcopy = ((msg->msg_flags & MSG_ZEROCOPY) && in rds_sendmsg() local 1282 if (zcopy) { in rds_sendmsg() 1307 ret = rds_message_copy_from_user(rm, &msg->msg_iter, zcopy); in rds_sendmsg()
|
| H A D | rds.h | 890 bool zcopy);
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 107 bool zcopy) in virtio_transport_fill_skb() argument 111 if (zcopy) in virtio_transport_fill_skb() 253 bool zcopy, in virtio_transport_alloc_skb() argument 265 if (!zcopy) in virtio_transport_alloc_skb() 283 WARN_ON_ONCE(!(vsk && (info->msg && payload_len)) && zcopy); in virtio_transport_alloc_skb() 294 err = virtio_transport_fill_skb(skb, info, payload_len, zcopy); in virtio_transport_alloc_skb() 318 zcopy); in virtio_transport_alloc_skb()
|
| /linux/drivers/vhost/ |
| H A D | net.c | 237 vhost_net_ubuf_alloc(struct vhost_virtqueue *vq, bool zcopy) in vhost_net_ubuf_alloc() argument 241 if (!zcopy) in vhost_net_ubuf_alloc() 288 bool zcopy; in vhost_net_set_ubuf_info() local 292 zcopy = vhost_net_zcopy_mask & (0x1 << i); in vhost_net_set_ubuf_info() 293 if (!zcopy) in vhost_net_set_ubuf_info()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 843 static struct sk_buff *get_record_skb(struct sock *sk, int size, bool zcopy) in get_record_skb() argument 848 skb = alloc_skb(((zcopy ? 0 : size) + TX_TLSHDR_LEN + in get_record_skb()
|