skb_copy_datagram_iovec — Copy a datagram to an iovec.
int skb_copy_datagram_iovec
(const struct sk_buff * skb, int offset, struct iovec * to, int len);
buffer to copy
offset in the buffer to start copying from
io vector to copy to
amount of data to copy from buffer to iovec
the iovec is modified during the copy.