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

struct xdr_buf * xdr

target XDR buffer

struct sk_buff * 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