Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds