Searched refs:zcopy (Results 1 – 6 of 6) 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 | 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()
|
H 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()
|
H A D | rds.h | 856 bool zcopy);
|
/linux/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 106 bool zcopy) in virtio_transport_fill_skb() argument 108 if (zcopy) in virtio_transport_fill_skb() 250 bool zcopy, in virtio_transport_alloc_skb() argument 262 if (!zcopy) in virtio_transport_alloc_skb() 280 WARN_ON_ONCE(!(vsk && (info->msg && payload_len)) && zcopy); in virtio_transport_alloc_skb() 291 err = virtio_transport_fill_skb(skb, info, payload_len, zcopy); in virtio_transport_alloc_skb() 315 zcopy); in virtio_transport_alloc_skb()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H 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()
|