other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| 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¶
skbbuffer to copy
offset
offset in the buffer to start copying from
to
iovec iterator to copy to
len
amount of data to copy from buffer to iovec
COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 4.9. |