SKB_COPY_AND_CSUM_DATAGRAM_IOVEC

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

 

NAME

skb_copy_and_csum_datagram_iovec - Copy and checkum skb to user iovec.  

SYNOPSIS

"SYNOPSIS"

int skb_copy_and_csum_datagram_iovec (const struct sk_buff * skb, int hlen, struct iovec * iov);  

ARGUMENTS

skb
-- undescribed --
hlen
-- undescribed --
iov
-- undescribed --
 

DESCRIPTION

skb - skbuff hlen - hardware length iovec - io vector

Caller _must_ check that skb will fit to this iovec.  

RETURNS

0 - success. -EINVAL - checksum failure. -EFAULT - fault during copy. Beware, in this case iovec can be modified!


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS

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