Home
last modified time | relevance | path

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

/include/net/
Dudplite.h24 return copy_from_iter_full(to, len, &msg->msg_iter) ? 0 : -EFAULT; in udplite_getfrag()
Dsock.h2129 } else if (!copy_from_iter_full(to, copy, from)) in skb_do_copy_data_nocache()
/include/linux/
Duio.h164 bool copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full() function
Dskbuff.h3335 } else if (copy_from_iter_full(skb_put(skb, copy), copy, from)) in skb_add_data()
3652 return copy_from_iter_full(data, len, &msg->msg_iter) ? 0 : -EFAULT; in memcpy_from_msg()
/include/net/bluetooth/
Dbluetooth.h443 if (!copy_from_iter_full(skb_put(skb, size), size, &msg->msg_iter)) { in bt_skb_sendmsg()