SKB_COPY_DATAGRAM_IOVEC

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

skb_copy_datagram_iovec - Copy a datagram to an iovec.  

SYNOPSIS

"SYNOPSIS"

int skb_copy_datagram_iovec (const struct sk_buff * skb, int offset, struct iovec * to, int len);  

ARGUMENTS

skb
-- undescribed --
offset
-- undescribed --
to
-- undescribed --
len
-- undescribed --
 

DESCRIPTION

skb - buffer to copy offset - offset in the buffer to start copying from iovec - io vector to copy to len - amount of data to copy from buffer to iovec  

NOTE

the iovec is modified during the copy.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 07:07:27 GMT, October 06, 2005