other versions
SKB_COPY_DATAGRAM_IT(9) | Linux Networking | SKB_COPY_DATAGRAM_IT(9) |
NAME¶
skb_copy_datagram_iter - Copy a datagram to an iovec iterator.
SYNOPSIS¶
int skb_copy_datagram_iter(const struct sk_buff * skb, int offset, struct iov_iter * to, int len);
ARGUMENTS¶
const struct sk_buff * skb
buffer to copy
int offset
offset in the buffer to start copying from
struct iov_iter * to
iovec iterator to copy to
int len
amount of data to copy from buffer to iovec
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |