CSUM_PARTIAL_COPY_TO
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
NAME
csum_partial_copy_to_xdr - checksum and copy data
SYNOPSIS
-
int csum_partial_copy_to_xdr(struct xdr_buf * xdr, struct sk_buff * skb);
ARGUMENTS
xdr
-
- target XDR buffer
skb
-
source skb
DESCRIPTION
We have set things up such that we perform the checksum of the UDP packet in parallel with the copies into the RPC client iovec. -DaveM
COPYRIGHT