Searched refs:zcopy (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/events/ |
| 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/ |
| A D | message.c | 133 bool zcopy = false; in rds_message_purge() local 143 zcopy = true; in rds_message_purge() 155 if (!zcopy) in rds_message_purge() 420 bool zcopy) in rds_message_copy_from_user() argument 433 if (zcopy) in rds_message_copy_from_user()
|
| A D | send.c | 1117 bool zcopy = ((msg->msg_flags & MSG_ZEROCOPY) && in rds_sendmsg() local 1255 if (zcopy) { in rds_sendmsg() 1280 ret = rds_message_copy_from_user(rm, &msg->msg_iter, zcopy); in rds_sendmsg()
|
| A D | rds.h | 856 bool zcopy);
|
| /linux/net/vmw_vsock/ |
| A D | virtio_transport_common.c | 103 bool zcopy) in virtio_transport_fill_skb() argument 105 if (zcopy) in virtio_transport_fill_skb() 247 bool zcopy, in virtio_transport_alloc_skb() argument 259 if (!zcopy) in virtio_transport_alloc_skb() 277 WARN_ON_ONCE(!(vsk && (info->msg && payload_len)) && zcopy); in virtio_transport_alloc_skb() 288 err = virtio_transport_fill_skb(skb, info, payload_len, zcopy); in virtio_transport_alloc_skb() 312 zcopy); in virtio_transport_alloc_skb()
|
| /linux/drivers/vhost/ |
| A D | net.c | 233 vhost_net_ubuf_alloc(struct vhost_virtqueue *vq, bool zcopy) in vhost_net_ubuf_alloc() argument 237 if (!zcopy) in vhost_net_ubuf_alloc() 280 bool zcopy; in vhost_net_set_ubuf_info() local 284 zcopy = vhost_net_zcopy_mask & (0x1 << i); in vhost_net_set_ubuf_info() 285 if (!zcopy) in vhost_net_set_ubuf_info()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_io.c | 849 static struct sk_buff *get_record_skb(struct sock *sk, int size, bool zcopy) in get_record_skb() argument 854 skb = alloc_skb(((zcopy ? 0 : size) + TX_TLSHDR_LEN + in get_record_skb()
|
Completed in 23 milliseconds